Home
last modified time | relevance | path

Searched refs:reloc_arg (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/elf/
Ddl-runtime.c45 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()
Ddl-audit.c342 _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()
Ddl-support.c366 _dl_audit_pltexit (struct link_map *l, ElfW(Word) reloc_arg, in _dl_audit_pltexit() argument
/glibc-2.36/sysdeps/hppa/
Ddl-fptr.c354 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/
Dldsodefs.h1383 ElfW(Word) reloc_arg,
/glibc-2.36/ChangeLog.old/
DChangeLog.174589 (_dl_fixup): Rename reloc_offset parameter to reloc_arg.