Home
last modified time | relevance | path

Searched defs:MachOSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp135 struct MachOSection { struct
136 ArrayRef<char> Name;
137 ArrayRef<char> SegmentName;
138 uint64_t Address;
139 uint64_t Size;
140 uint32_t Offset;
141 uint32_t Alignment;
142 uint32_t RelocationTableOffset;
143 uint32_t NumRelocationTableEntries;
144 uint32_t Flags;
[all …]
/external/chromium_org/v8/src/
Dgdb-jit.cc216 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class
226 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::MachOSection