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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c530 #define FILE_START(i) (qFD[i].adrStart)
534 #define FILE_END(i) (qFD[i].adrEnd)
538 #define FILE_ISYM(i) (qFD[i].isym)
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,
858 quick_file_entry *qFD;
923 qFD = (quick_file_entry_ptr) addr;
932 idx = (long) qFD[
650 find_next_file_isym(int index, quick_file_entry *qFD, int curr_fd, PXDB_header_ptr pxdb_header_p) argument
850 quick_file_entry *qFD; local
[all...]

Completed in 44 milliseconds