Home
last modified time | relevance | path

Searched defs:elf_fd (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libbpf/src/
H A Delf.c25 int elf_open(const char *binary_path, struct elf_fd *elf_fd) in elf_open()
53 void elf_close(struct elf_fd *elf_fd) in elf_close()
377 struct elf_fd elf_fd; in elf_find_func_offset_from_file() local
415 struct elf_fd elf_fd; in elf_resolve_syms_offsets() local
510 struct elf_fd elf_fd; in elf_resolve_pattern_offsets() local
H A Dlibbpf_internal.h654 struct elf_fd { struct
659 int elf_open(const char *binary_path, struct elf_fd *elf_fd); argument
H A Dusdt.c967 struct elf_fd elf_fd; in usdt_manager_attach_usdt() local
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h654 struct elf_fd { struct
659 int elf_open(const char *binary_path, struct elf_fd *elf_fd); argument
/aosp_15_r20/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c449 int elf_fd = open (name, O_RDONLY); in dwfl_linux_proc_attach() local
H A DlibdwflP.h426 int elf_fd; member
/aosp_15_r20/external/minijail/
H A Dlibminijail.c3196 int elf_fd; member
3308 int API minijail_run_fd_env_pid_pipes(struct minijail *j, int elf_fd, in minijail_run_fd_env_pid_pipes()
3703 int elf_fd = config->elf_fd; in minijail_run_internal() local
H A Dlibminijail_unittest.cc667 int elf_fd = open(const_cast<char*>(kShellPath), O_RDONLY | O_CLOEXEC); in TEST() local
/aosp_15_r20/external/iproute2/lib/
H A Dbpf.c1090 Elf *elf_fd; member
/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx1708 extract_section (int elf_fd, int64_t parent_mtime, in extract_section()