Home
last modified time | relevance | path

Searched defs:elf (Results 151 - 175 of 241) sorted by relevance

12345678910

/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H A Ddecode.c32 static int is_x86_64(const struct elf *elf) in is_x86_64() argument
87 int arch_decode_instruction(const struct elf *elf, const struct section *sec, in arch_decode_instruction() argument
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Delf.c17 Elf *elf; in elf_open() local
50 elf_find_next_scn_by_type(Elf *elf, int sh_type, Elf_Scn *scn) elf_find_next_scn_by_type() argument
70 Elf *elf; global() member
79 elf_sym_iter_new(struct elf_sym_iter *iter, Elf *elf, const char *binary_path, int sh_type, int st_type) elf_sym_iter_new() argument
166 elf_find_func_offset(Elf *elf, const char *binary_path, const char *name) elf_find_func_offset() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtrace_helpers.c276 Elf *elf = NULL; in read_build_id() local
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c446 Elf *elf; in dwfl_linux_proc_attach() local
[all...]
H A Ddwfl_module_addrsym.c206 Elf *elf; in search_table() local
131 try_sym_value(struct search_state *state, GElf_Addr value, GElf_Sym *sym, const char *name, GElf_Word shndx, Elf *elf, bool resolved) try_sym_value() argument
[all...]
H A Ddwfl_report_elf.c45 __libdwfl_elf_address_range (Elf *elf, GElf_Addr base, bool add_p_vaddr, in __libdwfl_elf_address_range() argument
241 __libdwfl_report_elf(Dwfl *dwfl, const char *name, const char *file_name, int fd, Elf *elf, GElf_Addr base, bool add_p_vaddr, bool sanity) __libdwfl_report_elf() argument
305 Elf *elf; dwfl_report_elf() local
[all...]
H A Drelocate.c45 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx, in __libdwfl_relocate_value() argument
H A Dcore-file.c126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() argument
289 Elf *elf = arg; in dwfl_elf_phdr_memory_callback() local
254 do_more(size_t size, GElf_Phdr *pphdr, const GElf_Off align, Elf *elf, GElf_Off start, int *pndx, GElf_Off *pend, GElf_Addr *pend_vaddr) do_more() argument
427 __libdwfl_dynamic_vaddr_get(Elf *elf, GElf_Addr *vaddrp) __libdwfl_dynamic_vaddr_get() argument
449 dwfl_core_file_report(Dwfl *dwfl, Elf *elf, const char *executable) dwfl_core_file_report() argument
[all...]
/third_party/elfio/tests/
H A DELFIOTest1.cpp461 elfio elf; TEST() local
484 elfio elf; TEST() local
573 elfio elf; TEST() local
581 elfio elf; TEST() local
884 elfio elf; TEST() local
[all...]
/third_party/elfutils/libelf/
H A Delf_begin.c53 Elf *elf; in file_read_ar() local
322 Elf *elf = allocate_elf (fildes, map_address, offset, maxsize, cmd, parent, in file_read_elf() local
725 read_long_names(Elf *elf) read_long_names() argument
848 __libelf_next_arhdr_wrlock(Elf *elf) __libelf_next_arhdr_wrlock() argument
[all...]
H A Delf_compress.c352 Elf *elf = scn->elf; in elf_compress() local
/third_party/elfutils/libdw/
H A Ddwarf_getcfi_elf.c44 allocate_cfi (Elf *elf, const GElf_Ehdr *ehdr, GElf_Addr vaddr) in allocate_cfi() argument
128 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) in getcfi_gnu_eh_frame() argument
196 getcfi_phdr (Elf *elf, const GElf_Ehdr *ehdr) in getcfi_phdr() argument
217 getcfi_scn_eh_frame(Elf *elf, const GElf_Ehdr *ehdr, Elf_Scn *scn, GElf_Shdr *shdr, Elf_Scn *hdr_scn, GElf_Addr hdr_vaddr) getcfi_scn_eh_frame() argument
273 getcfi_shdr(Elf *elf, const GElf_Ehdr *ehdr) getcfi_shdr() argument
316 dwarf_getcfi_elf(Elf *elf) dwarf_getcfi_elf() argument
[all...]
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp89 auto elf = map->GetElf(getpid()); in FindUnwindTable() local
281 auto elf = map->GetElf(getpid()); in AccessElfMem() local
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c137 } elf; variable
[all...]
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H A Ddecode.c31 static int is_x86_64(const struct elf *elf) in is_x86_64() argument
152 const struct elf *elf = file->elf; in arch_decode_instruction() local
[all...]
/third_party/elfutils/src/
H A Dfindtextrel.c482 check_rel(size_t nsegments, struct segments segments[nsegments], GElf_Addr addr, Elf *elf, Elf_Scn *symscn, Dwarf *dw, const char *fname, bool more_than_one, void **knownsrcs) check_rel() argument
[all...]
H A Dstrings.c195 Elf *elf = NULL; in main() local
693 read_elf (Elf *elf, int fd, const char *fname, off_t fdlen) in read_elf() argument
[all...]
H A Dsize.c276 Elf *elf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in process_file() local
317 print_header(Elf *elf) print_header() argument
340 handle_ar(int fd, Elf *elf, const char *prefix, const char *fname) handle_ar() argument
387 show_sysv(Elf *elf, const char *prefix, const char *fname, const char *fullname) show_sysv() argument
462 show_sysv_one_line(Elf *elf) show_sysv_one_line() argument
514 show_bsd(Elf *elf, const char *prefix, const char *fname, const char *fullname) show_bsd() argument
588 show_segments(Elf *elf, const char *fullname) show_segments() argument
634 handle_elf(Elf *elf, const char *prefix, const char *fname) handle_elf() argument
[all...]
/third_party/elfutils/tests/
H A Dbacktrace.c433 Elf *elf = dwfl_module_getelf (data.mod, &loadbase); in exec_dump() local
H A Delfstrmerge.c38 static Elf *elf = NULL; variable
[all...]
/third_party/elfutils/libasm/
H A DlibasmP.h153 Elf *elf; member
253 Elf *elf; member
/third_party/elfutils/libebl/
H A Deblopenbackend.c268 openbackend (Elf *elf, const char *emulation, GElf_Half machine) in openbackend() argument
355 ebl_openbackend(Elf *elf) ebl_openbackend() argument
[all...]
/third_party/libbpf/src/
H A Delf.c39 Elf *elf; in elf_open() local
93 elf_find_next_scn_by_type(Elf *elf, int sh_type, Elf_Scn *scn) elf_find_next_scn_by_type() argument
129 elf_sym_iter_new(struct elf_sym_iter *iter,pelfio_t elf, const char *binary_path, int sh_type, int st_type) elf_sym_iter_new() argument
170 elf_sec_hdr_by_idx(const pelfio_t elf, size_t idx, GElf_Shdr *sheader) elf_sec_hdr_by_idx() argument
347 elf_find_func_offset(Elf *elf, const char *binary_path, const char *name) elf_find_func_offset() argument
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp736 auto elf = DfxElf::Create("/data/test/dwarf_test_aarch64_elf"); in HWTEST_F() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp58 auto elf = std::make_shared<DfxElf>(path); in Create() local
108 auto elf = std::make_shared<DfxElf>(fd, elfSize, prevMap->offset); in CreateFromHap() local
860 auto elf = Create(file); FindSection() local
[all...]

Completed in 18 milliseconds

12345678910