HomeSort by relevance Sort by last modified time
    Searched refs:elf_fd (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
linux-pid-attach.c 255 close (pid_arg->elf_fd);
354 int elf_fd = open (name, O_RDONLY); local
355 if (elf_fd >= 0)
357 elf = elf_begin (elf_fd, ELF_C_READ_MMAP, NULL);
363 close (elf_fd);
364 elf_fd = -1;
373 close (elf_fd);
380 pid_arg->elf_fd = elf_fd;
387 close (elf_fd);
    [all...]
libdwflP.h 418 int elf_fd; member in struct:__libdwfl_pid_arg
  /external/iproute2/lib/
bpf.c 1090 Elf *elf_fd; member in struct:bpf_elf_ctx
    [all...]

Completed in 215 milliseconds