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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp2124 uint8 dirEntryFormatCount = dataReader.Read<uint8>(0); local
2125 TRACE_LINES(" dirEntryFormatCount: %u\n", dirEntryFormatCount);
2128 for (unsigned int i = 0; i < dirEntryFormatCount; i++) {
2146 for (unsigned int j = 0; j < dirEntryFormatCount; j++) {

Completed in 35 milliseconds