Searched defs:elf (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/scripts/mod/ |
D | modpost.c | 261 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() 279 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() 727 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 735 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name() 743 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() 832 static void check_section(const char *modname, struct elf_info *elf, in check_section() 1134 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() 1185 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1200 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1438 static void check_section_mismatch(const char *modname, struct elf_info *elf, in check_section_mismatch() [all …]
|
/linux-3.3/arch/alpha/boot/tools/ |
D | objstrip.c | 57 struct elfhdr *elf; in main() local
|
/linux-3.3/arch/ia64/hp/sim/boot/ |
D | bootloader.c | 64 struct elfhdr *elf; in start_bootloader() local
|
/linux-3.3/fs/ |
D | binfmt_elf.c | 1230 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() 1453 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 1697 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 1848 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1890 struct elfhdr *elf = NULL; in elf_core_dump() local
|
D | binfmt_elf_fdpic.c | 1315 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() 1496 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1603 struct elfhdr *elf = NULL; in elf_fdpic_core_dump() local
|
/linux-3.3/tools/perf/util/ |
D | symbol.c | 917 static Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() 971 Elf *elf; in dso__synthesize_plt_symbols() local 1119 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) in elf_addr_to_index() 1154 Elf *elf; in dso__load_sym() local 1407 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 1472 Elf *elf; in filename__read_build_id() local
|
/linux-3.3/fs/proc/ |
D | kcore.c | 319 struct elfhdr *elf; in elf_kcore_store_hdr() local
|