Home
last modified time | relevance | path

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

/external/libbpf/src/
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
Dlibbpf_internal.h654 struct elf_fd { struct
659 int elf_open(const char *binary_path, struct elf_fd *elf_fd); argument
Dusdt.c967 struct elf_fd elf_fd; in usdt_manager_attach_usdt() local
/external/elfutils/libdwfl/
Dlinux-pid-attach.c449 int elf_fd = open (name, O_RDONLY); in dwfl_linux_proc_attach() local
DlibdwflP.h426 int elf_fd; member
/external/minijail/
Dlibminijail.c3431 int elf_fd; member
3543 int API minijail_run_fd_env_pid_pipes(struct minijail *j, int elf_fd, in minijail_run_fd_env_pid_pipes()
3950 int elf_fd = config->elf_fd; in minijail_run_internal() local
Dlibminijail_unittest.cc712 int elf_fd = open(const_cast<char*>(kShellPath), O_RDONLY | O_CLOEXEC); in TEST() local
/external/iproute2/lib/
Dbpf.c1090 Elf *elf_fd; member
/external/elfutils/debuginfod/
Ddebuginfod.cxx1708 extract_section (int elf_fd, int64_t parent_mtime, in extract_section()