OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getScatteredRelocationValue
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h
167
uint32_t AddrA = Obj.
getScatteredRelocationValue
(RE);
181
uint32_t AddrB = Obj.
getScatteredRelocationValue
(RE2);
RuntimeDyldMachOARM.h
378
uint32_t AddrA = MachO.
getScatteredRelocationValue
(RE);
392
uint32_t AddrB = MachO.
getScatteredRelocationValue
(RE2);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
73
unsigned SymbolBaseAddr = Obj.
getScatteredRelocationValue
(RE);
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
574
W.printHex("Value", Obj->
getScatteredRelocationValue
(RE));
584
SymbolNameOrOffset += utohexstr(Obj->
getScatteredRelocationValue
(RE));
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
477
uint32_t
getScatteredRelocationValue
(
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp
542
SymAddress = Obj.
getScatteredRelocationValue
(MachOReloc);
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
107
R.value = (R.is_scattered ? Obj.
getScatteredRelocationValue
(RE) : 0);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
827
O->
getScatteredRelocationValue
(RE) : 0);
2634
r_value = info->O->
getScatteredRelocationValue
(RE);
2642
pair_r_value = info->O->
getScatteredRelocationValue
(RENext);
2817
r_value = info->O->
getScatteredRelocationValue
(RE);
2837
pair_r_value = info->O->
getScatteredRelocationValue
(RENext);
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
4211
uint32_t MachOObjectFile::
getScatteredRelocationValue
(
Completed in 26 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026