OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumRelocationTableEntries
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
143
uint32_t
NumRelocationTableEntries
;
168
Section.
NumRelocationTableEntries
= Sect.nreloc;
180
Section.
NumRelocationTableEntries
= Sect.nreloc;
243
W.printNumber("RelocationCount", MOSection.
NumRelocationTableEntries
);
/external/llvm/tools/macho-dump/
macho-dump.cpp
75
uint32_t
NumRelocationTableEntries
,
88
outs() << " ('num_reloc', " <<
NumRelocationTableEntries
<< ")\n";
Completed in 103 milliseconds