Searched refs:MachOSection (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dgdb-jit.cc30 class MachOSection;
32 typedef MachOSection DebugSection;
219 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class in namespace:v8::internal
229 MachOSection(const char* name, const char* segment, uint32_t align, function in class:v8::internal::MachOSection
238 virtual ~MachOSection() { }
357 class MachOTextSection : public MachOSection {
360 : MachOSection("__text", "__TEXT", align,
361 MachOSection::S_REGULAR |
362 MachOSection::S_ATTR_SOME_INSTRUCTIONS |
363 MachOSection
[all...]
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp254 struct MachOSection { struct in namespace:__anon14886
306 MachOSection &Section) {
440 MachOSection MOSection;

Completed in 375 milliseconds