Searched defs:ref (Results 1 – 10 of 10) sorted by relevance
/elf/ |
A D | dl-symaddr.c | 23 _dl_symbol_address (struct link_map *map, const ElfW(Sym) *ref) in _dl_symbol_address()
|
A D | tst-absolute-sym.c | 28 void *ref = (void *) 0x55aa; in do_test() local
|
A D | tst-absolute-zero.c | 28 void *ref = (void *) 0; in do_test() local
|
A D | dl-conflict.c | 35 #define RESOLVE_MAP(map, scope, ref, version, flags) (*ref = NULL, NULL) argument 36 #define RESOLVE(ref, version, flags) (*ref = NULL, 0) argument
|
A D | dl-sym-post.h | 37 _dl_sym_post (lookup_t result, const ElfW(Sym) *ref, void *value, in _dl_sym_post()
|
A D | dl-lookup.c | 211 do_lookup_unique (const char *undef_name, uint_fast32_t new_hash, in do_lookup_unique() 358 do_lookup_x (const char *undef_name, uint_fast32_t new_hash, in do_lookup_x() 835 _dl_lookup_symbol_x (const char *undef_name, struct link_map *undef_map, in _dl_lookup_symbol_x() 1002 _dl_debug_bindings (const char *undef_name, struct link_map *undef_map, in _dl_debug_bindings()
|
A D | dl-sym.c | 45 _dl_tls_symaddr (struct link_map *map, const ElfW(Sym) *ref) in _dl_tls_symaddr()
|
A D | dl-reloc.c | 166 #define RESOLVE_MAP(l, scope, ref, version, r_type) \ argument
|
A D | dl-audit.c | 131 _dl_audit_symbind_alt (struct link_map *l, const ElfW(Sym) *ref, void **value, in _dl_audit_symbind_alt()
|
A D | dl-load.c | 201 is_dst (const char *input, const char *ref) in is_dst()
|
Completed in 68 milliseconds