Searched refs:reloc_arg (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/elf/ |
D | dl-runtime.c | 45 struct link_map *l, ElfW(Word) reloc_arg) in attribute_hidden() 55 + reloc_offset (pltgot, reloc_arg)); in attribute_hidden() 138 = &l->l_reloc_result[reloc_index (pltgot, reloc_arg, sizeof (PLTREL))]; in attribute_hidden() 173 struct link_map *l, ElfW(Word) reloc_arg, in DL_FIXUP_VALUE_TYPE() 195 l, reloc_arg); in DL_FIXUP_VALUE_TYPE() 203 = &l->l_reloc_result[reloc_index (pltgot, reloc_arg, sizeof (PLTREL))]; in DL_FIXUP_VALUE_TYPE() 244 + reloc_offset (pltgot, reloc_arg)); in DL_FIXUP_VALUE_TYPE()
|
D | dl-audit.c | 342 _dl_audit_pltexit (struct link_map *l, ElfW(Word) reloc_arg, in _dl_audit_pltexit() argument 352 &l->l_reloc_result[reloc_index (pltgot, reloc_arg, sizeof (PLTREL))]; in _dl_audit_pltexit()
|
D | dl-support.c | 366 _dl_audit_pltexit (struct link_map *l, ElfW(Word) reloc_arg, in _dl_audit_pltexit() argument
|
/glibc-2.36/sysdeps/hppa/ |
D | dl-fptr.c | 354 ElfW(Word) reloc_arg; in _dl_lookup_address() 373 reloc_arg = (ElfW(Word)) desc[1]; in _dl_lookup_address() 402 if (!(reloc_arg & PA_GP_RELOC)) in _dl_lookup_address() 403 reloc_arg = _dl_fix_reloc_arg ((struct fdesc *) addr, l); in _dl_lookup_address() 405 _dl_fixup (l, reloc_arg); in _dl_lookup_address()
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 1383 ElfW(Word) reloc_arg,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.17 | 4589 (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
|