Searched refs:core_fd (Results 1 – 2 of 2) sorted by relevance
72 static int core_fd = -1; variable486 core_fd = open (arg, O_RDONLY); in parse_opt()487 if (core_fd < 0) in parse_opt()490 core = elf_begin (core_fd, ELF_C_READ_MMAP, NULL); in parse_opt()747 if (core_fd != -1) in main()748 close (core_fd); in main()
2026 (core_fd): Likewise.2035 Use pid directly as tid. close core and core_fd if opened. Print