Searched refs:MachOSection (Results 1 – 2 of 2) sorted by relevance
30 class MachOSection;32 typedef MachOSection DebugSection;219 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class229 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::GDBJITInterface::MachOSection238 virtual ~MachOSection() { } in ~MachOSection()357 class MachOTextSection : public MachOSection {360 : MachOSection("__text", "__TEXT", align, in MachOTextSection()361 MachOSection::S_REGULAR | in MachOTextSection()362 MachOSection::S_ATTR_SOME_INSTRUCTIONS | in MachOTextSection()363 MachOSection::S_ATTR_PURE_INSTRUCTIONS), in MachOTextSection()[all …]
254 struct MachOSection { struct306 MachOSection &Section) { in getSection()440 MachOSection MOSection; in printSections()