| /linux/tools/objtool/include/objtool/ |
| A D | elf.h | 83 struct elf { struct 84 Elf *elf; member 99 struct elf_hash_node **symbol_hash; argument 100 struct elf_hash_node **symbol_name_hash; argument 101 struct elf_hash_node **section_hash; argument 102 struct elf_hash_node **section_name_hash; argument 103 struct elf_hash_node **reloc_hash; argument 109 struct elf *elf_open_read(const char *name, int flags); argument 153 static inline bool has_multiple_files(struct elf *elf) in has_multiple_files() 158 static inline size_t elf_addr_size(struct elf *elf) in elf_addr_size() [all …]
|
| A D | endianness.h | 15 static inline bool need_bswap(struct elf *elf) in need_bswap() 21 #define bswap_if_needed(elf, val) \ argument
|
| A D | objtool.h | 23 struct elf *elf; member
|
| /linux/tools/objtool/ |
| A D | elf.c | 142 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index() 306 static int read_sections(struct elf *elf) in read_sections() 392 static void elf_add_symbol(struct elf *elf, struct symbol *sym) in elf_add_symbol() 433 static int read_symbols(struct elf *elf) in read_symbols() 726 __elf_create_symbol(struct elf *elf, struct symbol *sym) in __elf_create_symbol() 792 elf_create_section_symbol(struct elf *elf, struct section *sec) in elf_create_section_symbol() 933 static int read_relocs(struct elf *elf) in read_relocs() 996 struct elf *elf; in elf_open_read() local 1223 int elf_write_insn(struct elf *elf, struct section *sec, in elf_write_insn() 1295 int elf_write(struct elf *elf) in elf_write() [all …]
|
| A D | special.c | 68 static int get_alt_entry(struct elf *elf, const struct special_entry *entry, in get_alt_entry() 140 int special_get_alts(struct elf *elf, struct list_head *alts) in special_get_alts()
|
| A D | orc_dump.c | 21 Elf *elf; in orc_dump() local
|
| /linux/scripts/mod/ |
| A D | symsearch.c | 50 static unsigned int symbol_count(struct elf_info *elf) in symbol_count() 68 static void symsearch_populate(struct elf_info *elf, in symsearch_populate() 124 void symsearch_init(struct elf_info *elf) in symsearch_init() 139 void symsearch_finish(struct elf_info *elf) in symsearch_finish() 153 Elf_Sym *symsearch_find_nearest(struct elf_info *elf, Elf_Addr addr, in symsearch_find_nearest()
|
| A D | modpost.c | 693 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 753 static void check_section(const char *modname, struct elf_info *elf, in check_section() 968 static Elf_Sym *find_fromsym(struct elf_info *elf, Elf_Addr addr, in find_fromsym() 974 static Elf_Sym *find_tosym(struct elf_info *elf, Elf_Addr addr, Elf_Sym *sym) in find_tosym() 991 static bool is_executable_section(struct elf_info *elf, unsigned int secndx) in is_executable_section() 1057 static void check_export_symbol(struct module *mod, struct elf_info *elf, in check_export_symbol() 1127 static void check_section_mismatch(struct module *mod, struct elf_info *elf, in check_section_mismatch() 1292 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info, in get_rel_type_and_sym() 1322 static void section_rela(struct module *mod, struct elf_info *elf, in section_rela() 1364 static void section_rel(struct module *mod, struct elf_info *elf, in section_rel() [all …]
|
| /linux/tools/perf/util/ |
| A D | symbol-elf.c | 229 Elf *elf; in filename__has_section() local 684 Elf *elf; in dso__synthesize_plt_symbols() local 971 Elf *elf; in read_build_id() local 1124 Elf *elf; in filename__read_debuglink() local 1233 Elf *elf; in symsrc__init() local 1556 Elf *elf; in dso__load_sym_internal() local 1897 Elf *elf; in file__read_maps() local 1917 Elf *elf; in dso__type_fd() local 1989 Elf *elf; member 2396 Elf *elf) in kcore_copy__calc_maps() [all …]
|
| A D | symsrc.h | 21 Elf *elf; member
|
| A D | unwind-libunwind-local.c | 174 Elf *elf; in elf_section_address_and_offset() local 211 Elf *elf = elf_begin(fd, PERF_ELF_C_READ_MMAP, NULL); in elf_base_address() local 234 Elf *elf; in elf_is_exec() local
|
| A D | debuginfo.c | 148 Elf *elf; in debuginfo__get_text_offset() local
|
| /linux/tools/lib/bpf/ |
| A D | elf.c | 29 Elf *elf; in elf_open() local 65 static Elf_Scn *elf_find_next_scn_by_type(Elf *elf, int sh_type, Elf_Scn *scn) in elf_find_next_scn_by_type() 87 Elf *elf; member 100 Elf *elf, const char *binary_path, in elf_sym_iter_new() 279 long elf_find_func_offset(Elf *elf, const char *binary_path, const char *name) in elf_find_func_offset()
|
| A D | usdt.c | 305 static int sanity_check_usdt_elf(Elf *elf, const char *path) in sanity_check_usdt_elf() 357 static int find_elf_sec_by_name(Elf *elf, const char *sec_name, GElf_Shdr *shdr, Elf_Scn **scn) in find_elf_sec_by_name() 400 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs() 578 static int collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *path, pid_t pid, in collect_usdt_targets() 1133 static int parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, in parse_usdt_note()
|
| /linux/tools/objtool/arch/loongarch/ |
| A D | decode.c | 64 static bool is_loongarch(const struct elf *elf) in is_loongarch() 289 const struct elf *elf = file->elf; in arch_decode_instruction() local
|
| A D | orc.c | 101 int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry()
|
| /linux/tools/build/feature/ |
| A D | test-libelf.c | 6 Elf *elf = elf_begin(0, ELF_C_READ, 0); in main() local
|
| /linux/arch/loongarch/kernel/ |
| A D | elf.c | 15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc()
|
| /linux/tools/objtool/arch/x86/ |
| A D | decode.c | 31 static int is_x86_64(const struct elf *elf) in is_x86_64() 158 const struct elf *elf = file->elf; in arch_decode_instruction() local
|
| A D | orc.c | 100 int write_orc_entry(struct elf *elf, struct section *orc_sec, in write_orc_entry()
|
| /linux/fs/ |
| A D | binfmt_elf.c | 579 struct file *elf, bool is_interp, in arch_elf_pt_proc() 1466 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() 1834 static int fill_note_info(struct elfhdr *elf, int phdrs, in fill_note_info() 1982 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 2009 struct elfhdr elf; in elf_core_dump() local
|
| A D | binfmt_elf_fdpic.c | 1230 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() 1417 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1463 struct elfhdr *elf = NULL; in elf_fdpic_core_dump() local
|
| /linux/tools/bpf/resolve_btfids/ |
| A D | main.c | 121 Elf *elf; member 305 static int compressed_section_fix(Elf *elf, Elf_Scn *scn, GElf_Shdr *sh) in compressed_section_fix() 334 Elf *elf; in elf_collect() local
|
| /linux/arch/alpha/boot/tools/ |
| A D | objstrip.c | 61 struct elfhdr *elf; in main() local
|
| /linux/arch/s390/include/asm/ |
| A D | elf.h | 202 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ argument 217 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ argument
|