Lines Matching refs:shentsize
366 int shentsize; in fill_relocs() local
370 shentsize = ehdr_shentsize(ehdr); in fill_relocs()
377 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in fill_relocs()
422 int shentsize; in replace_relocs() local
425 shentsize = ehdr_shentsize(ehdr); in replace_relocs()
432 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in replace_relocs()
613 int shentsize; in do_sort() local
628 shentsize = ehdr_shentsize(ehdr); in do_sort()
633 string_sec = get_index(shdr_start, shentsize, shstrndx); in do_sort()
641 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in do_sort()
775 sort_needed_sec = get_index(shdr_start, shentsize, sort_need_index); in do_sort()