Lines Matching refs:sh_size
222 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_stubs_size()
230 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_stubs_size()
234 sechdrs[i].sh_size in get_stubs_size()
239 sechdrs[i].sh_size in get_stubs_size()
253 me->arch.ool_stub_count = sechdrs[i].sh_size / sizeof(unsigned long); in get_stubs_size()
319 sechdrs[i].sh_size / sizeof(Elf64_Rela)); in get_got_size()
328 sechdrs[i].sh_size / sizeof(Elf64_Rela), in get_got_size()
332 sechdrs[i].sh_size in get_got_size()
345 sechdrs[i].sh_size in get_got_size()
414 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
457 sechdrs[i].sh_size); in module_frob_arch_sections()
460 sechdrs[i].sh_size); in module_frob_arch_sections()
464 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
482 sechdrs[me->arch.got_section].sh_size = get_got_size(hdr, sechdrs, me); in module_frob_arch_sections()
493 sechdrs[me->arch.stubs_section].sh_size = get_stubs_size(hdr, sechdrs, secstrings, me); in module_frob_arch_sections()
704 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()