OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumRelocationTableEntries
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp
73
uint32_t
NumRelocationTableEntries
,
86
outs() << " ('num_reloc', " <<
NumRelocationTableEntries
<< ")\n";
97
for (unsigned i = 0; i !=
NumRelocationTableEntries
; ++i) {
154
Sect->
NumRelocationTableEntries
, Sect->Flags,
190
Sect->
NumRelocationTableEntries
, Sect->Flags,
/external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h
243
uint32_t
NumRelocationTableEntries
;
256
uint32_t
NumRelocationTableEntries
;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
215
for (unsigned j = 0; j != Sect->
NumRelocationTableEntries
; ++j) {
352
for (unsigned j = 0; j != Sect->
NumRelocationTableEntries
; ++j) {
/external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp
280
SwapValue(Value.
NumRelocationTableEntries
);
302
SwapValue(Value.
NumRelocationTableEntries
);
MachOObjectFile.cpp
495
last_reloc = Sect->
NumRelocationTableEntries
;
499
last_reloc = Sect->
NumRelocationTableEntries
;
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
262
uint32_t
NumRelocationTableEntries
;
314
Section.
NumRelocationTableEntries
= Sect.nreloc;
326
Section.
NumRelocationTableEntries
= Sect.nreloc;
460
W.printNumber("RelocationCount", MOSection.
NumRelocationTableEntries
);
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp
111
S.NumRelocs = Sect->
NumRelocationTableEntries
;
Completed in 214 milliseconds