Searched defs:MachOSection (Results 1 – 2 of 2) sorted by relevance
254 struct MachOSection { struct255 ArrayRef<char> Name;256 ArrayRef<char> SegmentName;257 uint64_t Address;258 uint64_t Size;259 uint32_t Offset;260 uint32_t Alignment;261 uint32_t RelocationTableOffset;262 uint32_t NumRelocationTableEntries;263 uint32_t Flags;[all …]
219 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class229 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::GDBJITInterface::MachOSection