Home
last modified time | relevance | path

Searched refs:shentsize (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/
H A Dtracepoint-update.c162 int shentsize; in process_tracepoints() local
167 shentsize = ehdr_shentsize(ehdr); in process_tracepoints()
172 string_sec = get_index(shdr_start, shentsize, shstrndx); in process_tracepoints()
180 Elf_Shdr *shdr = get_index(shdr_start, shentsize, i); in process_tracepoints()
H A Dsorttable.c366 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()
[all …]
H A Delf-parse.h91 EHDR_HALF(shentsize)