Home
last modified time | relevance | path

Searched refs:cacheSource (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.h34 bool swappedByteOrder, bool cacheSource,
37 virtual status_t Init(bool cacheSource) = 0;
H A DElfSymbolLookup.cpp179 virtual status_t Init(bool cacheSource) in Init() argument
185 if (cacheSource) { in Init()
329 bool swappedByteOrder, bool cacheSource, ElfSymbolLookup*& _lookup) in Create() argument
347 status_t error = lookup->Init(cacheSource); in Create()