Searched refs:ehdr_shoff (Results 1 – 4 of 4) sorted by relevance
32 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr); member70 static inline uint64_t ehdr_shoff(Elf_Ehdr *ehdr) in ehdr_shoff() function72 return elf_parser.ehdr_shoff(ehdr); in ehdr_shoff()
95 elf_parser.ehdr_shoff = ehdr32_shoff; in elf_parse()125 elf_parser.ehdr_shoff = ehdr64_shoff; in elf_parse()
166 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in process_tracepoints()
369 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()