Searched refs:core_fd (Results 1 – 2 of 2) sorted by relevance
72 static int core_fd = -1; variable491 core_fd = open (arg, O_RDONLY); in parse_opt()492 if (core_fd < 0) in parse_opt()495 core = elf_begin (core_fd, ELF_C_READ_MMAP, NULL); in parse_opt()752 if (core_fd != -1) in main()753 close (core_fd); in main()
2432 (core_fd): Likewise.2441 Use pid directly as tid. close core and core_fd if opened. Print