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

/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.cpp77 size_t foundSize; local
79 &foundType, &foundAddress, &foundSize) != B_OK) {
/haiku/src/kits/debug/
H A DImage.cpp46 size_t foundSize; local
49 &foundSize, &foundType) == B_OK) {
55 *_symbolSize = foundSize;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp663 size_t foundSize; local
666 &foundAddress, &foundSize, &foundType);
668 info.SetTo((target_addr_t)(addr_t)foundAddress, foundSize, foundType,

Completed in 25 milliseconds