Lines Matching refs:sh_size
220 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_stubs_size()
228 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_stubs_size()
232 sechdrs[i].sh_size in get_stubs_size()
237 sechdrs[i].sh_size in get_stubs_size()
309 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_got_size()
318 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_got_size()
322 sechdrs[i].sh_size in get_got_size()
335 sechdrs[i].sh_size in get_got_size()
386 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
430 sechdrs[i].sh_size); in module_frob_arch_sections()
434 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
452 sechdrs[me->arch.got_section].sh_size = get_got_size(hdr, sechdrs, me); in module_frob_arch_sections()
463 sechdrs[me->arch.stubs_section].sh_size = get_stubs_size(hdr, sechdrs); in module_frob_arch_sections()
674 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr()
705 num_got = sechdrs[me->arch.got_section].sh_size / sizeof(*got); in got_for_addr()
789 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rela); i++) { in apply_relocate_add()