Lines Matching refs:reloc
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()
162 return elf_machine_fixup_plt (l, result, refsym, sym, reloc, rel_addr, 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()
310 value = elf_machine_plt_value (l, reloc, value); in DL_FIXUP_VALUE_TYPE()