OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlainRelocationSymbolNum
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Object/
MachO.h
152
unsigned
getPlainRelocationSymbolNum
(const macho::RelocationEntry &RE) const;
/external/llvm/lib/Object/
MachOObjectFile.cpp
299
uint32_t Val = O->
getPlainRelocationSymbolNum
(RE);
342
uint64_t Val = O->
getPlainRelocationSymbolNum
(RE);
878
uint32_t SymbolIdx =
getPlainRelocationSymbolNum
(RE);
[
all
...]
Completed in 31 milliseconds