Lines Matching refs:sh_size
221 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_stubs_size()
229 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_stubs_size()
233 sechdrs[i].sh_size in get_stubs_size()
238 sechdrs[i].sh_size in get_stubs_size()
252 me->arch.ool_stub_count = sechdrs[i].sh_size / sizeof(unsigned long); in get_stubs_size()
318 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_got_size()
327 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_got_size()
331 sechdrs[i].sh_size in get_got_size()
344 sechdrs[i].sh_size in get_got_size()
413 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
456 sechdrs[i].sh_size); in module_frob_arch_sections()
459 sechdrs[i].sh_size); in module_frob_arch_sections()
463 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
481 sechdrs[me->arch.got_section].sh_size = get_got_size(hdr, sechdrs, me); in module_frob_arch_sections()
492 sechdrs[me->arch.stubs_section].sh_size = get_stubs_size(hdr, sechdrs, secstrings, me); in module_frob_arch_sections()
703 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); in stub_for_addr()
735 num_got = sechdrs[me->arch.got_section].sh_size / sizeof(*got); in got_for_addr()
819 for (i = 0; i < sechdrs[relsec].sh_size / sizeof(*rela); i++) { in apply_relocate_add()
1124 total_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stub); in setup_ftrace_ool_stubs()