Home
last modified time | relevance | path

Searched refs:ehdr_shnum (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/
H A Delf-parse.c98 elf_parser.ehdr_shnum = ehdr32_shnum; in elf_parse()
128 elf_parser.ehdr_shnum = ehdr64_shnum; in elf_parse()
H A Dtracepoint-update.c175 shnum = ehdr_shnum(ehdr); in process_tracepoints()
H A Dsorttable.c372 shnum = ehdr_shnum(ehdr); in fill_relocs()
427 shnum = ehdr_shnum(ehdr); in replace_relocs()
636 shnum = ehdr_shnum(ehdr); in do_sort()
H A Delf-parse.h35 uint16_t (*ehdr_shnum)(Elf_Ehdr *ehdr); member