Lines Matching refs:got
81 Elf64_Shdr *esechdrs, *symtab, *s, *got; in module_frob_arch_sections() local
85 symtab = got = NULL; in module_frob_arch_sections()
94 got = s; in module_frob_arch_sections()
102 if (!got) { in module_frob_arch_sections()
116 got->sh_size = 0; in module_frob_arch_sections()
117 got->sh_addralign = 8; in module_frob_arch_sections()
118 got->sh_type = SHT_NOBITS; in module_frob_arch_sections()
128 &got->sh_size); in module_frob_arch_sections()
153 unsigned long got, gp; in apply_relocate_add() local
164 got = sechdrs[me->arch.gotsecindex].sh_addr; in apply_relocate_add()
196 hi = got + r_got_offset; in apply_relocate_add()