Searched defs:ehdr (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
A D | recordmcount.h | 211 static unsigned int get_shnum(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shnum() 219 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum) in set_shnum() 228 static int get_shstrndx(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shstrndx() 236 static void find_symtab(Elf_Ehdr *const ehdr, Elf_Shdr const *shdr0, in find_symtab() 258 static int append_func(Elf_Ehdr *const ehdr, in append_func() 373 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp() 404 Elf_Ehdr const *const ehdr, in sift_rel_mcount() 452 Elf_Ehdr const *const ehdr, in nop_mcount() 523 Elf_Ehdr const *const ehdr) in find_secsym_ndx() 606 static int do_func(Elf_Ehdr *const ehdr, char const *const fname, in do_func()
|
A D | sorttable.c | 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() 686 Elf_Ehdr *ehdr; member 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() local 923 static int do_sort(Elf_Ehdr *ehdr, in do_sort() 1223 Elf_Ehdr *ehdr = addr; in do_file() local
|
A D | recordmcount.c | 514 Elf32_Ehdr *ehdr; in do_file() local
|
Completed in 9 milliseconds