Home
last modified time | relevance | path

Searched refs:find_elf (Results 1 – 20 of 20) sorted by relevance

/external/pigweed/targets/rp2040/py/rp2040_utils/
Drpc_unit_test_runner.py37 find_elf,
72 elf_path = find_elf(binary)
Dflasher.py70 def find_elf(binary: Path) -> Path | None: function
188 elf_path = find_elf(binary)
/external/elfutils/tests/
Dbacktrace-data.c60 find_elf (Dwfl_Module *mod __attribute__ ((unused)), in find_elf() function
305 .find_elf = find_elf, in main()
Ddwfl-bug-report.c29 .find_elf = dwfl_linux_proc_find_elf,
Ddwfl-bug-getmodules.c25 .find_elf = dwfl_linux_proc_find_elf,
Ddwfl-proc-attach.c58 .find_elf = dwfl_linux_proc_find_elf,
Ddwfl-bug-fd-leak.c52 .find_elf = dwfl_linux_proc_find_elf, in elfutils_open()
Dvdsosyms.c77 .find_elf = dwfl_linux_proc_find_elf, in main()
Dbacktrace-dwarf.c75 .find_elf = dwfl_linux_proc_find_elf, in pid_to_dwfl()
Dbacktrace.c383 .find_elf = dwfl_linux_proc_find_elf, in pid_to_dwfl()
DChangeLog3062 * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
/external/elfutils/libdwfl/
Dargp-std.c72 .find_elf = INTUSE(dwfl_build_id_find_elf),
80 .find_elf = INTUSE(dwfl_linux_proc_find_elf),
88 .find_elf = INTUSE(dwfl_linux_kernel_find_elf),
Dlibdwfl.h61 int (*find_elf) (Dwfl_Module *mod, void **userdata, member
Ddwfl_module_getdwarf.c216 mod->main.fd = (*mod->dwfl->callbacks->find_elf) (MODCB_ARGS (mod), in __libdwfl_getelf()
DChangeLog2152 (offline_callbacks): Use it for find_elf.
/external/stg/
Delf_dwarf_handle.cc40 .find_elf = nullptr,
/external/strace/
Dunwind-libdw.c65 .find_elf = dwfl_linux_proc_find_elf, in tcb_init()
/external/elfutils/src/
Dstack.c79 .find_elf = dwfl_linux_proc_find_elf,
86 .find_elf = dwfl_build_id_find_elf,
/external/elfutils/include/elfutils/
Dlibdwfl.h61 int (*find_elf) (Dwfl_Module *mod, void **userdata, member
/external/igt-gpu-tools/lib/
Digt_core.c1431 .find_elf = dwfl_linux_proc_find_elf, in print_backtrace()