Searched refs:MachOSection (Results 1 – 3 of 3) sorted by relevance
33 class MachOSection;35 typedef MachOSection DebugSection;222 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class232 MachOSection(const char* name, const char* segment, uint32_t align, in MachOSection() function in v8::internal::GDBJITInterface::MachOSection241 virtual ~MachOSection() { } in ~MachOSection()358 class MachOTextSection : public MachOSection {361 : MachOSection("__text", "__TEXT", align, in MachOTextSection()362 MachOSection::S_REGULAR | in MachOTextSection()363 MachOSection::S_ATTR_SOME_INSTRUCTIONS | in MachOTextSection()364 MachOSection::S_ATTR_PURE_INSTRUCTIONS), in MachOTextSection()[all …]
254 struct MachOSection { struct306 MachOSection &Section) { in getSection()440 MachOSection MOSection; in printSections()
256 struct MachOSection { struct308 MachOSection &Section) { in getSection()442 MachOSection MOSection; in printSections()