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

/linux-4.1.27/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.1.27/arch/avr32/boot/images/
H A DMakefile
/linux-4.1.27/arch/x86/realmode/rm/
H A DMakefile
/linux-4.1.27/arch/ia64/hp/sim/boot/
H A Dbootloader.c63 struct elfhdr *elf; start_bootloader() local
/linux-4.1.27/arch/x86/boot/
H A DMakefile
/linux-4.1.27/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.1.27/arch/alpha/boot/tools/
H A Dobjstrip.c60 struct elfhdr *elf; main() local
/linux-4.1.27/samples/bpf/
H A Dbpf_load.c137 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, get_sec() argument
193 Elf *elf; load_bpf_file() local
/linux-4.1.27/fs/proc/
H A Dkcore.c324 struct elfhdr *elf; elf_kcore_store_hdr() local
/linux-4.1.27/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.1.27/tools/perf/util/
H A Dunwind-libunwind.c165 Elf *elf; elf_section_offset() local
191 Elf *elf; elf_is_exec() local
H A Dprobe-finder.c1007 Elf *elf; debuginfo__find_probes() local
H A Dsymbol.h203 Elf *elf; member in struct:symsrc
H A Dprobe-event.c419 Elf *elf; get_text_start_address() 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
638 Elf *elf; symsrc__init() local
791 Elf *elf; dso__load_sym() local
1092 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) elf_read_maps() argument
1128 Elf *elf; file__read_maps() local
1148 Elf *elf; dso__type_fd() local
1220 Elf *elf; member in struct:kcore
1472 static int kcore_copy__read_maps(struct kcore_copy_info *kci, Elf *elf) kcore_copy__read_maps() argument
1480 kcore_copy__calc_maps(struct kcore_copy_info *kci, const char *dir, Elf *elf) kcore_copy__calc_maps() argument
/linux-4.1.27/fs/
H A Dbinfmt_elf_fdpic.c1274 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) fill_elf_fdpic_header() argument
1458 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, fill_extnum_info() argument
1538 struct elfhdr *elf = NULL; elf_fdpic_core_dump() local
H A Dbinfmt_elf.c1343 static void fill_elf_header(struct elfhdr *elf, int segs, fill_elf_header() argument
1685 static int fill_note_info(struct elfhdr *elf, int phdrs, fill_note_info() argument
1934 static int fill_note_info(struct elfhdr *elf, int phdrs, fill_note_info() argument
2091 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, fill_extnum_info() argument
2121 struct elfhdr *elf = NULL; elf_core_dump() local
480 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.1.27/scripts/mod/
H A Dmodpost.c267 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) export_from_secname() argument
285 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) export_from_sec() argument
752 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) sym_name() argument
760 static const char *sec_name(struct elf_info *elf, int secindex) sec_name() argument
768 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) sech_name() argument
845 static void check_section(const char *modname, struct elf_info *elf, check_section() argument
1202 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, find_elf_symbol() argument
1253 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) is_valid_name() argument
1268 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, find_elf_symbol2() argument
1510 static void default_mismatch_handler(const char *modname, struct elf_info *elf, default_mismatch_handler() argument
1541 static int is_executable_section(struct elf_info* elf, unsigned int section_index) is_executable_section() argument
1586 static void report_extable_warnings(const char* modname, struct elf_info* elf, report_extable_warnings() argument
1624 static void extable_mismatch_handler(const char* modname, struct elf_info *elf, extable_mismatch_handler() argument
1662 static void check_section_mismatch(const char *modname, struct elf_info *elf, check_section_mismatch() argument
1678 static unsigned int *reloc_location(struct elf_info *elf, reloc_location() argument
1688 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) addend_386_rel() argument
1724 static int addend_arm_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) addend_arm_rel() argument
1751 static int addend_mips_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) addend_mips_rel() argument
1774 static void section_rela(const char *modname, struct elf_info *elf, section_rela() argument
1820 static void section_rel(const char *modname, struct elf_info *elf, section_rel() argument
1892 check_sec_ref(struct module *mod, const char *modname, struct elf_info *elf) check_sec_ref() argument

Completed in 475 milliseconds