Searched refs:Elf_Shdr (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
D | recordmcount.h | 36 #undef Elf_Shdr 70 # define Elf_Shdr Elf64_Shdr macro 103 # define Elf_Shdr Elf32_Shdr macro 178 Elf_Shdr *const shstr, in append_func() 187 Elf_Shdr mcsec; in append_func() 215 t += sizeof(Elf_Shdr) * old_shnum; in append_func() 217 sizeof(Elf_Shdr) * old_shnum) < 0) in append_func() 288 static void get_sym_str_and_relp(Elf_Shdr const *const relhdr, in get_sym_str_and_relp() 294 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff) in get_sym_str_and_relp() 297 Elf_Shdr const *const symsec = &shdr0[symsec_sh_link]; in get_sym_str_and_relp() [all …]
|
D | sortextable.h | 18 #undef Elf_Shdr 40 # define Elf_Shdr Elf64_Shdr macro 61 # define Elf_Shdr Elf32_Shdr macro 93 Elf_Shdr *shdr; in do_func() 94 Elf_Shdr *shstrtab_sec; in do_func() 95 Elf_Shdr *strtab_sec = NULL; in do_func() 96 Elf_Shdr *symtab_sec = NULL; in do_func() 97 Elf_Shdr *extab_sec = NULL; in do_func() 102 Elf_Shdr *sort_needed_sec; in do_func() 115 shdr = (Elf_Shdr *)((char *)ehdr + _r(&ehdr->e_shoff)); in do_func()
|
D | insert-sys-cert.c | 40 #define Elf_Shdr Elf32_Shdr macro 45 #define Elf_Shdr Elf64_Shdr macro 70 Elf_Shdr *x; in get_offset_from_address() 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() 138 Elf_Shdr *x; in find_elf_symbol() 157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab, in get_symbol_from_table() 160 Elf_Shdr *sec; in get_symbol_from_table() 163 Elf_Shdr *x; in get_symbol_from_table() 184 static Elf_Shdr *get_symbol_table(Elf_Ehdr *hdr) in get_symbol_table() 186 Elf_Shdr *x; in get_symbol_table() [all …]
|
/scripts/mod/ |
D | modpost.h | 24 #define Elf_Shdr Elf32_Shdr macro 39 #define Elf_Shdr Elf64_Shdr macro 138 Elf_Shdr *sechdrs;
|
D | modpost.c | 306 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() 487 Elf_Shdr *sechdrs; in parse_elf() 925 Elf_Shdr *sechdr) in check_section() 1768 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() 1770 Elf_Shdr *sechdrs = elf->sechdrs; in reloc_location() 1777 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() 1813 static int addend_arm_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_arm_rel() 1840 static int addend_mips_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_mips_rel() 1864 Elf_Shdr *sechdr) in section_rela() 1910 Elf_Shdr *sechdr) in section_rel() [all …]
|