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

/haiku-fatelf/src/kits/debug/
H A DSymbolLookup.cpp344 const elf_sym* symbolFound = image->LookupSymbol(address, _baseAddress, local
348 "%s, exact match: %d\n", symbolFound, image->name, exactMatch));
350 if (symbolFound != NULL)
571 const elf_sym *symbolFound = NULL; local
603 if (!symbolFound || symbolDelta < deltaFound) {
610 symbolFound = symbol;
621 "%s, exact match: %d\n", symbolFound, fImage->name, exactMatch));
623 if (symbolFound != NULL) {
625 *_baseAddress = symbolFound->st_value + textRegion->delta;
634 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-fatelf/src/system/kernel/
H A Delf.cpp1408 elf_sym symbolFound; local
1413 symbolFound.st_name = 0;
1414 symbolFound.st_value = 0;
1450 symbolFound = symbol;
1468 if (_ReadString(image, symbolFound.st_name, fSymbolName,
1480 *_baseAddress = symbolFound.st_value + textRegion.delta;
1609 elf_sym *symbolFound = NULL; local
1652 symbolFound = symbol;
1681 symbolFound = symbol;
1693 if (symbolFound !
[all...]

Completed in 88 milliseconds