/linux-4.1.27/scripts/mod/ |
D | modpost.c | 267 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname() 285 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec() 752 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 760 static const char *sec_name(struct elf_info *elf, int secindex) in sec_name() 768 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() 845 static void check_section(const char *modname, struct elf_info *elf, in check_section() 1202 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() 1253 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1268 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1510 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler() [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | symbol-elf.c | 41 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum() 153 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) in elf_addr_to_index() 172 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() 229 Elf *elf; in dso__synthesize_plt_symbols() local 349 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 431 Elf *elf; in filename__read_build_id() local 504 Elf *elf; in filename__read_debuglink() local 638 Elf *elf; in symsrc__init() local 791 Elf *elf; in dso__load_sym() local 1092 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps() [all …]
|
D | unwind-libunwind.c | 165 Elf *elf; in elf_section_offset() local 191 Elf *elf; in elf_is_exec() local
|
D | symbol.h | 203 Elf *elf; member
|
D | probe-finder.c | 1007 Elf *elf; in debuginfo__find_probes() local
|
D | probe-event.c | 419 Elf *elf; in get_text_start_address() local
|
/linux-4.1.27/tools/build/feature/ |
D | test-libelf.c | 5 Elf *elf = elf_begin(0, ELF_C_READ, 0); in main() local
|
D | test-libelf-mmap.c | 5 Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0); in main() local
|
/linux-4.1.27/samples/bpf/ |
D | bpf_load.c | 137 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, in get_sec() 193 Elf *elf; in load_bpf_file() local
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.c | 63 struct elfhdr *elf; in start_bootloader() local
|
/linux-4.1.27/arch/alpha/boot/tools/ |
D | objstrip.c | 60 struct elfhdr *elf; in main() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | fadump.c | 529 struct elfhdr *elf; in fadump_update_elfcore_header() local 765 struct elfhdr *elf; in fadump_init_elfcore_header() local 838 struct elfhdr *elf; in fadump_create_elfcore_headers() local
|
/linux-4.1.27/fs/ |
D | binfmt_elf.c | 482 struct file *elf, bool is_interp, in arch_elf_pt_proc() 1343 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() 1685 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 1934 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 2091 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 2121 struct elfhdr *elf = NULL; in elf_core_dump() local
|
D | binfmt_elf_fdpic.c | 1274 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() 1458 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1538 struct elfhdr *elf = NULL; in elf_fdpic_core_dump() local
|
/linux-4.1.27/arch/mips/kernel/ |
D | elf.c | 68 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc()
|
/linux-4.1.27/fs/proc/ |
D | kcore.c | 324 struct elfhdr *elf; in elf_kcore_store_hdr() local
|