Lines Matching refs:Elf_Ehdr
71 } Elf_Ehdr; typedef
97 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr);
98 uint16_t (*ehdr_shstrndx)(Elf_Ehdr *ehdr);
99 uint16_t (*ehdr_shentsize)(Elf_Ehdr *ehdr);
100 uint16_t (*ehdr_shnum)(Elf_Ehdr *ehdr);
118 static uint64_t ehdr64_shoff(Elf_Ehdr *ehdr) in ehdr64_shoff()
123 static uint64_t ehdr32_shoff(Elf_Ehdr *ehdr) in ehdr32_shoff()
128 static uint64_t ehdr_shoff(Elf_Ehdr *ehdr) in ehdr_shoff()
134 static uint16_t ehdr64_##fn_name(Elf_Ehdr *ehdr) \
139 static uint16_t ehdr32_##fn_name(Elf_Ehdr *ehdr) \
144 static uint16_t ehdr_##fn_name(Elf_Ehdr *ehdr) \
686 Elf_Ehdr *ehdr;
693 static int fill_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in fill_relocs()
750 static void replace_relocs(void *ptr, uint64_t size, Elf_Ehdr *ehdr, uint64_t start_loc) in replace_relocs()
822 Elf_Ehdr *ehdr = emloc->ehdr; in sort_mcount_loc()
923 static int do_sort(Elf_Ehdr *ehdr, in do_sort()
1223 Elf_Ehdr *ehdr = addr; in do_file()