Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Dsorttable.c97 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr); member
128 static uint64_t ehdr_shoff(Elf_Ehdr *ehdr) in ehdr_shoff() function
130 return e.ehdr_shoff(ehdr); in ehdr_shoff()
702 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in fill_relocs()
757 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in replace_relocs()
960 shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr)); in do_sort()
1292 .ehdr_shoff = ehdr32_shoff, in do_file()
1329 .ehdr_shoff = ehdr64_shoff, in do_file()