Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v5.15/tools/objtool/include/objtool/
Delf.h79 struct elf { struct
80 Elf *elf; member
81 GElf_Ehdr ehdr;
82 int fd;
83 bool changed;
84 char *name;
85 unsigned int text_size;
86 struct list_head sections;
88 int symbol_bits;
89 int symbol_name_bits;
[all …]
Dobjtool.h18 struct elf *elf; member
/Linux-v5.15/tools/objtool/
Delf.c86 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name()
98 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index()
111 static struct symbol *find_symbol_by_index(struct elf *elf, unsigned int idx) in find_symbol_by_index()
179 struct symbol *find_symbol_by_name(const struct elf *elf, const char *name) in find_symbol_by_name()
191 struct reloc *find_reloc_by_dest_range(const struct elf *elf, struct section *sec, in find_reloc_by_dest_range()
220 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest()
225 static int read_sections(struct elf *elf) in read_sections()
312 static void elf_add_symbol(struct elf *elf, struct symbol *sym) in elf_add_symbol()
341 static int read_symbols(struct elf *elf) in read_symbols()
487 int elf_add_reloc(struct elf *elf, struct section *sec, unsigned long offset, in elf_add_reloc()
[all …]
Dspecial.c68 static int get_alt_entry(struct elf *elf, struct special_entry *entry, in get_alt_entry()
147 int special_get_alts(struct elf *elf, struct list_head *alts) in special_get_alts()
Dorc_dump.c73 Elf *elf; in orc_dump() local
Dorc_gen.c84 static int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry()
/Linux-v5.15/scripts/mod/
Dmodpost.c360 static enum export export_from_secname(struct elf_info *elf, unsigned int sec) in export_from_secname()
372 static enum export export_from_sec(struct elf_info *elf, unsigned int sec) in export_from_sec()
818 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name()
898 static void check_section(const char *modname, struct elf_info *elf, in check_section()
1276 static inline int is_valid_name(struct elf_info *elf, Elf_Sym *sym) in is_valid_name()
1292 static Elf_Sym *find_elf_symbol(struct elf_info *elf, Elf64_Sword addr, in find_elf_symbol()
1336 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2()
1576 static void default_mismatch_handler(const char *modname, struct elf_info *elf, in default_mismatch_handler()
1606 static int is_executable_section(struct elf_info* elf, unsigned int section_index) in is_executable_section()
1651 static void report_extable_warnings(const char* modname, struct elf_info* elf, in report_extable_warnings()
[all …]
/Linux-v5.15/tools/perf/util/
Dsymbol-elf.c78 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum()
191 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) in elf_addr_to_index()
210 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name()
301 Elf *elf; in dso__synthesize_plt_symbols() local
461 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id()
575 Elf *elf; in read_build_id() local
728 Elf *elf; in filename__read_debuglink() local
837 Elf *elf; in symsrc__init() local
1095 Elf *elf; in dso__load_sym_internal() local
1352 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps()
[all …]
Dsymsrc.h21 Elf *elf; member
Dunwind-libunwind-local.c173 Elf *elf; in elf_section_offset() local
199 Elf *elf; in elf_is_exec() local
Dprobe-finder.c1236 Elf *elf; in debuginfo__find_probes() local
1678 Elf *elf; in debuginfo__get_text_offset() local
Dprobe-event.c271 Elf *elf; in find_module_name() local
594 Elf *elf; in get_text_start_address() local
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c25 static int is_x86_64(const struct elf *elf) in is_x86_64()
105 int arch_decode_instruction(const struct elf *elf, const struct section *sec, in arch_decode_instruction()
675 static int elf_add_alternative(struct elf *elf, in elf_add_alternative()
/Linux-v5.15/tools/build/feature/
Dtest-libelf.c6 Elf *elf = elf_begin(0, ELF_C_READ, 0); in main() local
/Linux-v5.15/fs/
Dbinfmt_elf.c539 struct file *elf, bool is_interp, in arch_elf_pt_proc()
1455 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header()
1788 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info()
2017 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info()
2133 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info()
2161 struct elfhdr elf; in elf_core_dump() local
Dbinfmt_elf_fdpic.c1237 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header()
1424 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info()
1470 struct elfhdr *elf = NULL; in elf_fdpic_core_dump() local
/Linux-v5.15/tools/bpf/resolve_btfids/
Dmain.c95 Elf *elf; member
278 static int compressed_section_fix(Elf *elf, Elf_Scn *scn, GElf_Shdr *sh) in compressed_section_fix()
306 Elf *elf; in elf_collect() local
/Linux-v5.15/arch/alpha/boot/tools/
Dobjstrip.c61 struct elfhdr *elf; in main() local
/Linux-v5.15/arch/s390/include/asm/
Delf.h194 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ argument
209 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ argument
/Linux-v5.15/arch/mips/kernel/
Delf.c75 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc()
/Linux-v5.15/arch/powerpc/kernel/
Dfadump.c949 struct elfhdr *elf; in fadump_init_elfcore_header() local
1060 struct elfhdr *elf; in fadump_create_elfcore_headers() local
/Linux-v5.15/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c137 } elf; variable
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dopal-core.c308 Elf64_Ehdr *elf; in create_opalcore() local
/Linux-v5.15/tools/lib/bpf/
Dlinker.c53 Elf *elf; member
137 Elf *elf; member
Dlibbpf.c465 Elf *elf; member
2840 Elf *elf = obj->efile.elf; in elf_sec_by_name() local
2963 Elf *elf = obj->efile.elf; in bpf_object__elf_collect() local

12