Searched defs:MachOSection (Results 1 – 2 of 2) sorted by relevance
135 struct MachOSection { struct136 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 …]
216 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class226 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::MachOSection