Searched defs:MachOSection (Results 1 – 3 of 3) 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 …]
256 struct MachOSection { struct257 ArrayRef<char> Name;258 ArrayRef<char> SegmentName;259 uint64_t Address;260 uint64_t Size;261 uint32_t Offset;262 uint32_t Alignment;263 uint32_t RelocationTableOffset;264 uint32_t NumRelocationTableEntries;265 uint32_t Flags;[all …]
222 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class232 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::GDBJITInterface::MachOSection