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

/haiku/src/kits/debugger/dwarf/
H A DLineNumberProgram.cpp46 uint8 lineRange, uint8 opcodeBase, const uint8* standardOpcodeLengths)
49 uint8 standardOpcodeCount = std::min((uint32)opcodeBase - 1,
65 fOpcodeBase = opcodeBase;
44 Init(const void* program, size_t programSize, uint8 minInstructionLength, bool defaultIsStatement, int8 lineBase, uint8 lineRange, uint8 opcodeBase, const uint8* standardOpcodeLengths) argument
H A DLineNumberProgram.h23 uint8 lineRange, uint8 opcodeBase,
H A DDwarfFile.cpp2099 uint8 opcodeBase = dataReader.Read<uint8>(0); local
2103 dataReader.Skip(opcodeBase - 1);
2121 TRACE_LINES(" opcodeBase: %u\n", opcodeBase);
2291 opcodeBase, standardOpcodeLengths);

Completed in 67 milliseconds