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

/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp76 void* foundAddress; local
79 &foundType, &foundAddress, &foundSize) != B_OK) {
86 *_address = (void*)((addr_t)foundAddress + (addr_t)imageInfo.text
/haiku/src/kits/debug/
H A DImage.cpp45 addr_t foundAddress; local
48 while (NextSymbol(iterator, &foundName, &foundNameLen, &foundAddress,
53 *_symbolLocation = (void*)foundAddress;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp662 void* foundAddress; local
666 &foundAddress, &foundSize, &foundType);
668 info.SetTo((target_addr_t)(addr_t)foundAddress, foundSize, foundType,

Completed in 84 milliseconds