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

/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.cpp12 TypeUnit::TypeUnit(off_t headerOffset, off_t contentOffset, argument
16 BaseUnit(headerOffset, contentOffset, totalSize, abbreviationOffset,
H A DBaseUnit.cpp15 BaseUnit::BaseUnit(off_t headerOffset, off_t contentOffset, argument
19 fHeaderOffset(headerOffset),
H A DCompilationUnit.cpp30 CompilationUnit::CompilationUnit(off_t headerOffset, off_t contentOffset, argument
34 BaseUnit(headerOffset, contentOffset, totalSize, abbreviationOffset,
H A DBaseUnit.h30 BaseUnit(off_t headerOffset,
H A DCompilationUnit.h23 CompilationUnit(off_t headerOffset,
H A DTypeUnit.h20 TypeUnit(off_t headerOffset,
H A DDwarfFile.cpp2069 off_t headerOffset = dataReader.Offset(); local
2284 off_t offsetToProgram = headerOffset + headerLength - readerOffset;
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dpll.cpp167 uint16 headerOffset; local
172 &tableMajor, &tableMinor, &headerOffset) != B_OK) {
180 + headerOffset);
211 uint16 headerOffset; local
216 &tableMajor, &tableMinor, &headerOffset) != B_OK) {
229 = (union asicSSInfo*)((uint16*)gAtomContext->bios + headerOffset);
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp1126 KMessageField::SetTo(KMessage* message, int32 headerOffset) argument
1129 fHeaderOffset = headerOffset;
/haiku/headers/private/kernel/util/
H A DKMessage.h272 void SetTo(KMessage* message, int32 headerOffset);

Completed in 64 milliseconds