OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOSection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
462
MachOSection
MOSection
;
463
getSection(Obj, Section.getRawDataRefImpl(),
MOSection
);
474
W.printHex("Address",
MOSection
.Address);
475
W.printHex("Size",
MOSection
.Size);
476
W.printNumber("Offset",
MOSection
.Offset);
477
W.printNumber("Alignment",
MOSection
.Alignment);
478
W.printHex("RelocationOffset",
MOSection
.RelocationTableOffset);
479
W.printNumber("RelocationCount",
MOSection
.NumRelocationTableEntries);
480
W.printEnum("Type",
MOSection
.Flags & 0xFF,
482
W.printFlags("Attributes",
MOSection
.Flags >> 8
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp
968
const MCSectionMachO *
MOSection
= ((const MCSectionMachO*)Section);
969
OS <<
MOSection
->getSegmentName() << "," <<
MOSection
->getName();
Completed in 65 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026