Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Delf.h149 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);
Delf_util.c18 int parse_elf64(void *hdr, struct elf_info *info) in parse_elf64()
54 int parse_elf32(void *hdr, struct elf_info *info) in parse_elf32()
Dmain.c36 struct elf_info ei; in prep_kernel()
/linux-4.4.14/scripts/mod/
Dmodpost.c264 static const char *sec_name(struct elf_info *elf, int secindex);
268 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname()
286 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec()
406 static int parse_elf(struct elf_info *info, const char *filename) in parse_elf()
570 static void parse_elf_finish(struct elf_info *info) in parse_elf_finish()
575 static int ignore_undef_symbol(struct elf_info *info, const char *symname) in ignore_undef_symbol()
606 static void handle_modversions(struct module *mod, struct elf_info *info, in handle_modversions()
753 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
761 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name()
769 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name()
[all …]
Dmodpost.h125 struct elf_info { struct
163 static inline unsigned int get_secindex(const struct elf_info *info, in get_secindex() argument
175 void handle_moddevtable(struct module *mod, struct elf_info *info,
Dfile2alias.c1308 void handle_moddevtable(struct module *mod, struct elf_info *info, in handle_moddevtable()
/linux-4.4.14/fs/
Dbinfmt_elf.c167 elf_addr_t *elf_info; in create_elf_tables() local
218 elf_info = (elf_addr_t *)current->mm->saved_auxv; in create_elf_tables()
222 elf_info[ei_index++] = id; \ in create_elf_tables()
223 elf_info[ei_index++] = val; \ in create_elf_tables()
267 memset(&elf_info[ei_index], 0, in create_elf_tables()
268 sizeof current->mm->saved_auxv - ei_index * sizeof elf_info[0]); in create_elf_tables()
330 if (copy_to_user(sp, elf_info, ei_index * sizeof(elf_addr_t))) in create_elf_tables()