Home
last modified time | relevance | path

Searched refs:mappingSym (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/common/
DStELFFile.cpp472 const Elf32_Sym & mappingSym = getSymbolAtIndex(mappingSymIndex); in getTypeOfSymbolAtIndex() local
473 std::string mappingSymName = getSymbolName(mappingSym); in getTypeOfSymbolAtIndex()
485 … if (symbol.st_value >= lastMappingSymAddress && symbol.st_value < mappingSym.st_value) in getTypeOfSymbolAtIndex()
489 lastMappingSymAddress = mappingSym.st_value; in getTypeOfSymbolAtIndex()