Searched refs:_dl_make_fptr (Results 1 – 5 of 5) sorted by relevance
/sysdeps/hppa/ |
A D | dl-symaddr.c | 31 return (void *)((unsigned long)_dl_make_fptr (map, ref, value) | 2); in _dl_symbol_address()
|
A D | dl-machine.h | 644 value = (Elf32_Addr)((unsigned int)_dl_make_fptr (sym_map, sym, value) | 2); in elf_machine_rela() 655 value = (Elf32_Addr)((unsigned int)_dl_make_fptr (sym_map, sym, value) | 2); in elf_machine_rela()
|
A D | dl-fptr.c | 226 _dl_make_fptr (struct link_map *map, const ElfW(Sym) *sym, in _dl_make_fptr() function
|
/sysdeps/generic/ |
A D | dl-fptr.h | 42 extern ElfW(Addr) _dl_make_fptr (struct link_map *, const ElfW(Sym) *,
|
/sysdeps/ia64/ |
A D | dl-machine.h | 433 value = _dl_make_fptr (sym_map, sym, value); in elf_machine_rela()
|
Completed in 7 milliseconds