Searched refs:reloc (Results 1 – 4 of 4) sorted by relevance
| /elf/ |
| A D | dynamic-link.h | 36 const ElfW(Rel) *reloc, const ElfW(Sym) *sym, 40 elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc, 46 const ElfW(Rela) *reloc, const ElfW(Sym) *sym, 50 elf_machine_rela_relative (ElfW(Addr) l_addr, const ElfW(Rela) *reloc, 56 ElfW(Addr) l_addr, const ElfW(Rel) *reloc, 61 ElfW(Addr) l_addr, const ElfW(Rela) *reloc, 81 # define _ELF_DYNAMIC_DO_RELOC(RELOC, reloc, map, scope, do_lazy, skip_ifunc, test_rel) \ argument 118 elf_dynamic_do_##reloc ((map), scope, \
|
| A D | dl-runtime.c | 53 const PLTREL *const reloc in attribute_hidden() local 56 const ElfW(Sym) *sym = &symtab[ELFW(R_SYM) (reloc->r_info)]; in attribute_hidden() 58 void *const rel_addr = (void *)(l->l_addr + reloc->r_offset); in attribute_hidden() 63 assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT); in attribute_hidden() 75 ElfW(Half) ndx = vernum[ELFW(R_SYM) (reloc->r_info)] & 0x7fff; in attribute_hidden() 121 value = elf_machine_plt_value (l, reloc, value); in attribute_hidden() 242 const PLTREL *const reloc in DL_FIXUP_VALUE_TYPE() local 245 const ElfW(Sym) *refsym = &symtab[ELFW(R_SYM) (reloc->r_info)]; in DL_FIXUP_VALUE_TYPE() 250 assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT); in DL_FIXUP_VALUE_TYPE() 262 ElfW(Half) ndx = vernum[ELFW(R_SYM) (reloc->r_info)] & 0x7fff; in DL_FIXUP_VALUE_TYPE() [all …]
|
| A D | ldd.bash.in | 60 --data-rel | --data-relo | --data-reloc | --data-relocs) 66 --function-relo | --function-reloc | --function-relocs)
|
| A D | Makefile | 223 tst-nodelete tst-dlopen-nodelete-reloc) \ 336 tst-dlopen-nodelete-reloc-mod2 \ 337 tst-dlopen-nodelete-reloc-mod3 \ 338 tst-dlopen-nodelete-reloc-mod4 \ 339 tst-dlopen-nodelete-reloc-mod5 \ 340 tst-dlopen-nodelete-reloc-mod6 \ 341 tst-dlopen-nodelete-reloc-mod7 \ 342 tst-dlopen-nodelete-reloc-mod8 \ 351 tst-dlopen-nodelete-reloc-mod17) \ 570 ifeq ($(have-glob-dat-reloc),yes) [all …]
|
Completed in 12 milliseconds