Lines Matching refs:got
735 struct obj_section *got; member
820 ElfW(Addr) got = ifile->got ? ifile->got->header.sh_addr : 0; in arch_apply_relocation()
852 *loc += got - dot; in arch_apply_relocation()
860 *loc += v - got; in arch_apply_relocation()
934 *loc += got - dot; in arch_apply_relocation()
1061 *loc += v - got; in arch_apply_relocation()
1396 *(unsigned long *) loc += got - dot; in arch_apply_relocation()
1405 *(ElfW(Addr) *)(ifile->got->contents + isym->gotent.offset) = v; in arch_apply_relocation()
1419 *loc += v - got; in arch_apply_relocation()
1449 *loc = got - dot + rel->r_addend; in arch_apply_relocation()
1456 *loc = v - got; in arch_apply_relocation()
1580 *(Elf64_Addr *)(ifile->got->contents + isym->gotent.offset) = v; in arch_apply_relocation()
1684 *(ElfW(Addr) *) (ifile->got->contents + isym->gotent.offset) = v; in arch_apply_relocation()
1903 ifile->got = arch_xsect_init(f, ".got", got_offset, in arch_create_got()