Searched refs:elf_info (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/powerpc/boot/ |
D | elf.h | 149 struct elf_info { struct 154 int parse_elf64(void *hdr, struct elf_info *info); argument 155 int parse_elf32(void *hdr, struct elf_info *info);
|
D | elf_util.c | 18 int parse_elf64(void *hdr, struct elf_info *info) in parse_elf64() 50 int parse_elf32(void *hdr, struct elf_info *info) in parse_elf32()
|
D | main.c | 36 struct elf_info ei; in prep_kernel()
|
D | prpmc2800.c | 516 struct elf_info ei; in platform_init()
|
/linux-3.4.99/scripts/mod/ |
D | modpost.c | 259 static const char *sec_name(struct elf_info *elf, int secindex); 263 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() 281 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() 395 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf() 554 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish() 559 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol() 590 static void handle_modversions(struct module *mod, struct elf_info *info, in handle_modversions() 734 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 742 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name() 750 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() [all …]
|
D | modpost.h | 119 struct elf_info { struct 157 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument 169 void handle_moddevtable(struct module *mod, struct elf_info *info,
|
D | file2alias.c | 1091 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
|
/linux-3.4.99/fs/ |
D | binfmt_elf.c | 152 elf_addr_t *elf_info; in create_elf_tables() local 203 elf_info = (elf_addr_t *)current->mm->saved_auxv; in create_elf_tables() 207 elf_info[ei_index++] = id; \ in create_elf_tables() 208 elf_info[ei_index++] = val; \ in create_elf_tables() 249 memset(&elf_info[ei_index], 0, in create_elf_tables() 250 sizeof current->mm->saved_auxv - ei_index * sizeof elf_info[0]); in create_elf_tables() 312 if (copy_to_user(sp, elf_info, ei_index * sizeof(elf_addr_t))) in create_elf_tables()
|