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

/haiku/src/kits/debugger/elf/
H A DElfFile.cpp120 bool AddSegment(uint64 fileOffset, uint64 fileLength, uint64 memoryAddress) function in struct:ElfFile::SymbolLookupSource
337 || !source->AddSegment(fileOffset, fileLength, memoryAddress)) {
367 if (!source->AddSegment(symbolSection->Offset(), symbolSection->Size(),
369 || !source->AddSegment(stringSection->Offset(), stringSection->Size(),

Completed in 43 milliseconds