/linux-4.4.14/scripts/mod/ |
D | modpost.c | 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() 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() 848 static void check_section(const char *modname, struct elf_info *elf, in check_section() 1206 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol() 1257 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name() 1272 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1514 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler() [all …]
|
/linux-4.4.14/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 643 Elf *elf; in symsrc__init() local 798 Elf *elf; in dso__load_sym() local 1110 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 | probe-finder.c | 1027 Elf *elf; in debuginfo__find_probes() local 1426 Elf *elf; in debuginfo__get_text_offset() local
|
D | symbol.h | 204 Elf *elf; member
|
D | probe-event.c | 479 Elf *elf; in get_text_start_address() local
|
/linux-4.4.14/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.4.14/samples/bpf/ |
D | bpf_load.c | 170 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, in get_sec() 226 Elf *elf; in load_bpf_file() local
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.c | 63 struct elfhdr *elf; in start_bootloader() local
|
/linux-4.4.14/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.4.14/arch/alpha/boot/tools/ |
D | objstrip.c | 60 struct elfhdr *elf; in main() local
|
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 483 struct file *elf, bool is_interp, in arch_elf_pt_proc() 1353 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() 1695 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 1944 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 2101 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 2131 struct elfhdr *elf = NULL; in elf_core_dump() local
|
D | binfmt_elf_fdpic.c | 1314 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() 1498 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1578 struct elfhdr *elf = NULL; in elf_fdpic_core_dump() local
|
/linux-4.4.14/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.4.14/fs/proc/ |
D | kcore.c | 324 struct elfhdr *elf; in elf_kcore_store_hdr() local
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 188 Elf *elf; member 492 Elf *elf = obj->efile.elf; in bpf_object__elf_collect() local
|