Searched defs:elf_fd (Results 1 – 6 of 6) sorted by relevance
35 int elf_open(const char *binary_path, struct elf_fd *elf_fd) in elf_open()63 int elf_open(const char *binary_path, struct elf_fd *elf_fd) in elf_open()79 void elf_close(struct elf_fd *elf_fd) in elf_close()455 struct elf_fd elf_fd; in elf_find_func_offset_from_file() local492 struct elf_fd elf_fd; in elf_resolve_syms_offsets() local587 struct elf_fd elf_fd; in elf_resolve_pattern_offsets() local
664 struct elf_fd { struct673 int elf_open(const char *binary_path, struct elf_fd *elf_fd); argument
967 struct elf_fd elf_fd; in usdt_manager_attach_usdt() local
449 int elf_fd = open (name, O_RDONLY); in dwfl_linux_proc_attach() local
430 int elf_fd; member
1541 extract_section (int elf_fd, int64_t parent_mtime, in extract_section()