Searched defs:elf (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/tools/build/feature/
H A Dtest-libelf-mmap.c5 Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0); main() local
H A Dtest-libelf.c5 Elf *elf = elf_begin(0, ELF_C_READ, 0); main() local
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile
/linux-4.4.14/arch/x86/realmode/rm/
H A DMakefile
/linux-4.4.14/arch/ia64/hp/sim/boot/
H A Dbootloader.c63 struct elfhdr *elf; start_bootloader() local
/linux-4.4.14/arch/x86/boot/
H A DMakefile
/linux-4.4.14/arch/alpha/boot/tools/
H A Dobjstrip.c60 struct elfhdr *elf; main() local
/linux-4.4.14/arch/mips/kernel/
H A Delf.c68 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, arch_elf_pt_proc() argument
/linux-4.4.14/samples/bpf/
H A Dbpf_load.c170 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, get_sec() argument
226 Elf *elf; load_bpf_file() local
/linux-4.4.14/fs/proc/
H A Dkcore.c324 struct elfhdr *elf; elf_kcore_store_hdr() local
/linux-4.4.14/arch/powerpc/kernel/
H A Dfadump.c529 struct elfhdr *elf; fadump_update_elfcore_header() local
765 struct elfhdr *elf; fadump_init_elfcore_header() local
838 struct elfhdr *elf; fadump_create_elfcore_headers() local
/linux-4.4.14/tools/perf/util/
H A Dunwind-libunwind.c165 Elf *elf; elf_section_offset() local
191 Elf *elf; elf_is_exec() local
H A Dsymbol.h204 Elf *elf; member in struct:symsrc
H A Dprobe-event.c479 Elf *elf; get_text_start_address() local
H A Dprobe-finder.c1027 Elf *elf; debuginfo__find_probes() local
1426 Elf *elf; debuginfo__get_text_offset() local
H A Dsymbol-elf.c41 static int elf_getphdrnum(Elf *elf, size_t *dst) elf_getphdrnum() argument
153 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) elf_addr_to_index() argument
172 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, elf_section_by_name() argument
229 Elf *elf; dso__synthesize_plt_symbols() local
349 static int elf_read_build_id(Elf *elf, void *bf, size_t size) elf_read_build_id() argument
431 Elf *elf; filename__read_build_id() local
504 Elf *elf; filename__read_debuglink() local
643 Elf *elf; symsrc__init() local
798 Elf *elf; dso__load_sym() local
1110 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) elf_read_maps() argument
1146 Elf *elf; file__read_maps() local
1166 Elf *elf; dso__type_fd() local
1238 Elf *elf; member in struct:kcore
1490 static int kcore_copy__read_maps(struct kcore_copy_info *kci, Elf *elf) kcore_copy__read_maps() argument
1498 kcore_copy__calc_maps(struct kcore_copy_info *kci, const char *dir, Elf *elf) kcore_copy__calc_maps() argument
/linux-4.4.14/fs/
H A Dbinfmt_elf_fdpic.c1314 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) fill_elf_fdpic_header() argument
1498 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, fill_extnum_info() argument
1578 struct elfhdr *elf = NULL; elf_fdpic_core_dump() local
H A Dbinfmt_elf.c1353 static void fill_elf_header(struct elfhdr *elf, int segs, fill_elf_header() argument
1695 static int fill_note_info(struct elfhdr *elf, int phdrs, fill_note_info() argument
1944 static int fill_note_info(struct elfhdr *elf, int phdrs, fill_note_info() argument
2101 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, fill_extnum_info() argument
2131 struct elfhdr *elf = NULL; elf_core_dump() local
481 arch_elf_pt_proc(struct elfhdr *ehdr, struct elf_phdr *phdr, struct file *elf, bool is_interp, struct arch_elf_state *state) arch_elf_pt_proc() argument
/linux-4.4.14/tools/lib/bpf/
H A Dlibbpf.c188 Elf *elf; member in struct:bpf_object::__anon15649
492 Elf *elf = obj->efile.elf; bpf_object__elf_collect() local
/linux-4.4.14/scripts/mod/
H A Dmodpost.c268 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) export_from_secname() argument
286 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) export_from_sec() argument
753 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) sym_name() argument
761 static const char *sec_name(struct elf_info *elf, int secindex) sec_name() argument
769 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) sech_name() argument
848 static void check_section(const char *modname, struct elf_info *elf, check_section() argument
1206 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, find_elf_symbol() argument
1257 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) is_valid_name() argument
1272 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, find_elf_symbol2() argument
1514 static void default_mismatch_handler(const char *modname, struct elf_info *elf, default_mismatch_handler() argument
1545 static int is_executable_section(struct elf_info* elf, unsigned int section_index) is_executable_section() argument
1590 static void report_extable_warnings(const char* modname, struct elf_info* elf, report_extable_warnings() argument
1628 static void extable_mismatch_handler(const char* modname, struct elf_info *elf, extable_mismatch_handler() argument
1666 static void check_section_mismatch(const char *modname, struct elf_info *elf, check_section_mismatch() argument
1682 static unsigned int *reloc_location(struct elf_info *elf, reloc_location() argument
1692 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) addend_386_rel() argument
1728 static int addend_arm_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) addend_arm_rel() argument
1755 static int addend_mips_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) addend_mips_rel() argument
1778 static void section_rela(const char *modname, struct elf_info *elf, section_rela() argument
1824 static void section_rel(const char *modname, struct elf_info *elf, section_rel() argument
1896 check_sec_ref(struct module *mod, const char *modname, struct elf_info *elf) check_sec_ref() argument

Completed in 675 milliseconds