Searched defs:elf (Results 1 – 14 of 14) sorted by relevance
| /tools/objtool/ |
| D | elf.c | 36 struct section *find_section_by_name(struct elf *elf, const char *name) in find_section_by_name() 47 static struct section *find_section_by_index(struct elf *elf, in find_section_by_index() 59 static struct symbol *find_symbol_by_index(struct elf *elf, unsigned int idx) in find_symbol_by_index() 84 struct symbol *find_symbol_by_name(struct elf *elf, const char *name) in find_symbol_by_name() 143 static int read_sections(struct elf *elf) in read_sections() 219 static int read_symbols(struct elf *elf) in read_symbols() 355 static int read_relas(struct elf *elf) in read_relas() 411 struct elf *elf; in elf_open() local 466 struct section *elf_create_section(struct elf *elf, const char *name, in elf_create_section() 565 struct section *elf_create_rela_section(struct elf *elf, struct section *base) in elf_create_rela_section() [all …]
|
| D | elf.h | 78 struct elf { struct 79 Elf *elf; member 88 struct elf *elf_open(const char *name, int flags); argument
|
| D | special.c | 81 static int get_alt_entry(struct elf *elf, struct special_entry *entry, in get_alt_entry() 153 int special_get_alts(struct elf *elf, struct list_head *alts) in special_get_alts()
|
| D | orc_dump.c | 82 Elf *elf; in orc_dump() local
|
| D | check.h | 60 struct elf *elf; member
|
| /tools/perf/util/ |
| D | symbol-elf.c | 46 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum() 173 static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr) in elf_addr_to_index() 192 Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep, in elf_section_by_name() 279 Elf *elf; in dso__synthesize_plt_symbols() local 439 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 521 Elf *elf; in filename__read_build_id() local 600 Elf *elf; in filename__read_debuglink() local 702 Elf *elf; in symsrc__init() local 848 Elf *elf; in dso__load_sym() local 1152 static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data) in elf_read_maps() [all …]
|
| D | unwind-libunwind-local.c | 172 Elf *elf; in elf_section_offset() local 198 Elf *elf; in elf_is_exec() local
|
| D | probe-finder.c | 1165 Elf *elf; in debuginfo__find_probes() local 1541 Elf *elf; in debuginfo__get_text_offset() local
|
| D | symbol.h | 226 Elf *elf; member
|
| D | probe-event.c | 282 Elf *elf; in find_module_name() local 550 Elf *elf; in get_text_start_address() local
|
| /tools/objtool/arch/x86/ |
| D | decode.c | 41 static int is_x86_64(struct elf *elf) in is_x86_64() 81 int arch_decode_instruction(struct elf *elf, struct section *sec, in arch_decode_instruction()
|
| /tools/build/feature/ |
| D | test-libelf.c | 6 Elf *elf = elf_begin(0, ELF_C_READ, 0); in main() local
|
| D | test-libelf-mmap.c | 6 Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0); in main() local
|
| /tools/lib/bpf/ |
| D | libbpf.c | 226 Elf *elf; member 684 Elf *elf = obj->efile.elf; in bpf_object__elf_collect() local
|