Searched refs:curr_fd (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c542 #define VALID_CURR_FILE (curr_fd < pxdb_header_p->fd_entries)
547 #define CURR_FILE_START (qFD[curr_fd].adrStart)
551 #define CURR_FILE_END (qFD[curr_fd].adrEnd)
555 #define CURR_FILE_ISYM (qFD[curr_fd].isym)
658 find_next_file_isym (int index, quick_file_entry *qFD, int curr_fd,
665 curr_fd++;
868 int curr_fd; /* current file */
989 curr_fd = 0; /* Current file entry */
1017 unprocessed procedure, curr_fd points to the first unprocessed file, and
1104 full_name_string = &vt_bits[(long) qFD[curr_fd]
650 find_next_file_isym(int index, quick_file_entry *qFD, int curr_fd, PXDB_header_ptr pxdb_header_p) argument
860 int curr_fd; /* current file */ local
[all...]

Completed in 49 milliseconds