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

/haiku/src/kits/debug/
H A DSymbolLookup.cpp324 const elf_sym* symbolFound = image->LookupSymbol(address, _baseAddress, local
328 "%s, exact match: %d\n", symbolFound, image->name, exactMatch));
330 if (symbolFound != NULL)
603 const elf_sym *symbolFound = NULL; local
635 if (!symbolFound || symbolDelta < deltaFound) {
642 symbolFound = symbol;
653 "%s, exact match: %d\n", symbolFound, fImage->name, exactMatch));
655 if (symbolFound != NULL) {
657 *_baseAddress = symbolFound->st_value + textRegion->delta;
666 return symbolFound;
[all...]
H A DImage.cpp89 const elf_sym* symbolFound = NULL; local
112 symbolFound = symbol;
120 if (symbolFound != NULL) {
122 *_baseAddress = symbolFound->st_value + fLoadDelta;
131 return symbolFound;
/haiku/src/system/kernel/
H A Delf.cpp1424 elf_sym symbolFound; local
1429 symbolFound.st_name = 0;
1430 symbolFound.st_value = 0;
1466 symbolFound = symbol;
1484 if (_ReadString(image, symbolFound.st_name, fSymbolName,
1496 *_baseAddress = symbolFound.st_value + textRegion.delta;
1626 elf_sym *symbolFound = NULL; local
1669 symbolFound = symbol;
1698 symbolFound = symbol;
1710 if (symbolFound !
[all...]

Completed in 65 milliseconds