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

/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp549 void* sectionAddress = (uint8*)fileBaseAddress local
554 symbolHash = (uint32*)sectionAddress;
565 symbolTable = (Elf32_Sym*)sectionAddress;
573 stringTable = (const char*)sectionAddress;

Completed in 17 milliseconds