Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp312 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
352 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
874 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol()
1689 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in llvm::object::MachOObjectFile
1747 unsigned SecNum = getPlainRelocationSymbolNum(RE) - 1; in getRelocationSection()
/external/llvm/include/llvm/Object/
DMachO.h169 unsigned getPlainRelocationSymbolNum(
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp334 SymbolNameOrOffset += utohexstr(Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()