Home
last modified time | relevance | path

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

/linux/scripts/
H A Delf-parse.h32 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr); member
70 static inline uint64_t ehdr_shoff(Elf_Ehdr *ehdr) in ehdr_shoff() function
72 return elf_parser.ehdr_shoff(ehdr); in ehdr_shoff()
H A Delf-parse.c95 elf_parser.ehdr_shoff = ehdr32_shoff; in elf_parse()
125 elf_parser.ehdr_shoff = ehdr64_shoff; in elf_parse()
H A Dtracepoint-update.c166 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in process_tracepoints()
H A Dsorttable.c369 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in fill_relocs()
424 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in replace_relocs()
627 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in do_sort()