OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlainRelocationSymbolNum
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h
268
int64_t RawAddend = Obj.
getPlainRelocationSymbolNum
(RelInfo);
/external/llvm/include/llvm/Object/
MachO.h
318
unsigned
getPlainRelocationSymbolNum
(
/external/llvm/lib/Object/
MachOObjectFile.cpp
758
uint32_t SymbolIdx =
getPlainRelocationSymbolNum
(RE);
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
654
uint32_t Val = O->
getPlainRelocationSymbolNum
(RE);
701
uint64_t Val = O->
getPlainRelocationSymbolNum
(RE);
[
all
...]
MachODump.cpp
[
all
...]
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
567
W.printNumber(Kind, TargetName, Obj->
getPlainRelocationSymbolNum
(RE));
Completed in 97 milliseconds