Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 28) sorted by relevance

12

/elf/
A Dtst-tls-manydynamicmod.c24 __thread struct value NAME;
27 SETTER (const struct value *value) in SETTER() argument
29 NAME = *value; in SETTER()
33 GETTER (struct value *value) in GETTER() argument
35 *value = NAME; in GETTER()
A Dtst-tls-manydynamic.h33 struct value struct
39 typedef void (*set_value_func) (const struct value *); argument
42 typedef void (*get_value_func) (struct value *);
A Ddl-runtime.c60 DL_FIXUP_VALUE_TYPE value; in attribute_hidden() local
121 value = elf_machine_plt_value (l, reloc, value); in attribute_hidden()
125 value = elf_ifunc_invoke (DL_FIXUP_VALUE_ADDR (value)); in attribute_hidden()
154 value = reloc_result->addr; in attribute_hidden()
160 return value; in attribute_hidden()
230 DL_FIXUP_VALUE_TYPE value; in DL_FIXUP_VALUE_TYPE() local
295 value = elf_ifunc_invoke (DL_FIXUP_VALUE_ADDR (value)); in DL_FIXUP_VALUE_TYPE()
305 value = elf_ifunc_invoke (DL_FIXUP_VALUE_ADDR (value)); in DL_FIXUP_VALUE_TYPE()
310 value = elf_machine_plt_value (l, reloc, value); in DL_FIXUP_VALUE_TYPE()
323 reloc_result->addr = value; in DL_FIXUP_VALUE_TYPE()
[all …]
A Ddl-sym-post.h37 _dl_sym_post (lookup_t result, const ElfW(Sym) *ref, void *value, in _dl_sym_post() argument
44 = DL_FIXUP_MAKE_VALUE (result, (ElfW(Addr)) value); in _dl_sym_post()
46 value = (void *) DL_FIXUP_VALUE_CODE_ADDR (fixup); in _dl_sym_post()
57 _dl_audit_symbind_alt (match, ref, &value, result); in _dl_sym_post()
60 return value; in _dl_sym_post()
A Ddl-symaddr.c25 ElfW(Addr) value = SYMBOL_ADDRESS (map, ref, false); in _dl_symbol_address()
29 return (void *) _dl_make_fptr (map, ref, value); in _dl_symbol_address()
31 return (void *) value; in _dl_symbol_address()
A Dtst-dlopen-nodelete-reloc.h31 static int value; member
35 int unique_symbol<modid>::value;
A Dtst-tlsalign-extern.c39 test_one (const char *which, unsigned int alignment, int *var, int value) in test_one() argument
48 if (got != value) in test_one()
50 printf ("%s value %d should be %d\n", which, got, value); in test_one()
A Dtst-tlsalign.c40 test_one (const char *which, unsigned int alignment, int *var, int value) in test_one() argument
49 if (got != value) in test_one()
51 printf ("%s value %d should be %d\n", which, got, value); in test_one()
A Dtst-dlopen-nodelete-reloc-mod15.cc33 return unique_symbol<14>::value; in global_function_mod15()
A Dtst-dlopen-nodelete-reloc-mod11.cc37 return unique_symbol<9>::value; in global_function_mod11()
A Dtst-dlopen-nodelete-reloc-mod13.cc36 return unique_symbol<12>::value; in global_function_mod13()
A Dtst-dlopen-nodelete-reloc-mod7.cc36 return unique_symbol<6>::value; in global_function_mod7()
A Ddl-diagnostics.c99 _dl_diagnostics_print_labeled_value (const char *label, uint64_t value) in _dl_diagnostics_print_labeled_value() argument
101 if (sizeof (value) == sizeof (unsigned long int)) in _dl_diagnostics_print_labeled_value()
103 _dl_printf ("%s=0x%lx\n", label, (unsigned long int) value); in _dl_diagnostics_print_labeled_value()
106 uint32_t high = value >> 32; in _dl_diagnostics_print_labeled_value()
107 uint32_t low = value; in _dl_diagnostics_print_labeled_value()
A Ddl-diagnostics.h35 void _dl_diagnostics_print_labeled_value (const char *label, uint64_t value)
A Ddl-minimal.c69 void *value = DL_SYMBOL_ADDRESS (result, ref); in lookup_malloc_symbol() local
71 return _dl_sym_post (result, ref, value, 0, main_map); in lookup_malloc_symbol()
215 _itoa (unsigned long long int value, char *buflim, unsigned int base, in rtld_hidden_weak()
221 *--buflim = _itoa_lower_digits[value % base]; in rtld_hidden_weak()
222 while ((value /= base) != 0); in rtld_hidden_weak()
A Ddl-audit.c131 _dl_audit_symbind_alt (struct link_map *l, const ElfW(Sym) *ref, void **value, in _dl_audit_symbind_alt() argument
145 sym.st_value = (ElfW(Addr)) *value; in _dl_audit_symbind_alt()
171 *value = (void *) sym.st_value; in _dl_audit_symbind_alt()
178 const ElfW(Sym) *defsym, DL_FIXUP_VALUE_TYPE *value, in rtld_hidden_def()
196 sym.st_value = DL_FIXUP_VALUE_ADDR (*value); in rtld_hidden_def()
248 *value = DL_FIXUP_ADDR_VALUE (sym.st_value); in rtld_hidden_def()
253 DL_FIXUP_VALUE_TYPE *value, void *regs, long int *framesize) in _dl_audit_pltenter() argument
262 assert (DL_FIXUP_VALUE_CODE_ADDR (*value) != 0); in _dl_audit_pltenter()
269 sym.st_value = DL_FIXUP_VALUE_ADDR (*value); in _dl_audit_pltenter()
323 *value = DL_FIXUP_ADDR_VALUE (sym.st_value); in _dl_audit_pltenter()
A Ddl-sym.c159 void *value; in do_sym() local
165 value = _dl_tls_symaddr (result, ref); in do_sym()
168 value = DL_SYMBOL_ADDRESS (result, ref); in do_sym()
170 return _dl_sym_post (result, ref, value, caller, match); in do_sym()
A Dtst-tls-manydynamic.c119 struct value values[COUNT]; in do_test()
131 struct value actual; in do_test()
A Ddl-lookup.c823 const ElfW(Sym) **ref, struct sym_val *value,
1003 const ElfW(Sym) **ref, struct sym_val *value, in _dl_debug_bindings() argument
1014 DSO_FILENAME (value->m->l_name), in _dl_debug_bindings()
1015 value->m->l_ns, in _dl_debug_bindings()
1053 if (val.s != value->s || val.m != value->m) in _dl_debug_bindings()
1090 if (value->s) in _dl_debug_bindings()
1095 if (__glibc_unlikely (ELFW(ST_TYPE) (value->s->st_info) in _dl_debug_bindings()
1099 else if (__glibc_unlikely (ELFW(ST_TYPE) (value->s->st_info) in _dl_debug_bindings()
1117 (size_t) (value->s ? value->m->l_map_start : 0), in _dl_debug_bindings()
1119 (size_t) (value->s ? value->s->st_value : 0)); in _dl_debug_bindings()
A Ddl-tunables.c207 char *value = &valstring[p - tunestr]; in parse_tunables() local
241 tunestr[off++] = value[j]; in parse_tunables()
248 value[len] = '\0'; in parse_tunables()
249 tunable_initialize (cur, value); in parse_tunables()
A Drtld-debugger-interface.txt7 run-time linker sets that element's value to the address where this
63 list, or some other value for different namespaces.
67 that the object was loaded into. This will be the value stored in
69 value for different namespaces.
89 lmid set to LM_ID_BASE and r_debug set to the value stored in
96 has lmid set to LM_ID_BASE and r_debug set to the value stored
A Ddl-tunables.list21 # minval: Optional minimum acceptable value
22 # maxval: Optional maximum acceptable value
A DVersions77 # Set value of a tunable.
A Ddl-cache.c270 && _dl_cache_verify_ptr (lib->value, string_table_size)) in search_cache()
333 best = string_table + lib->value; in search_cache()
A Ddl-reloc.c173 l->l_lookup_cache.value) \
186 l->l_lookup_cache.value = _lr; })) \

Completed in 34 milliseconds

12