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

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp135 struct MachOSection { struct in namespace:__anon26414
160 MachOSection &Section) {
222 MachOSection MOSection;
/external/chromium_org/v8/src/
H A Dgdb-jit.cc27 class MachOSection;
29 typedef MachOSection DebugSection;
216 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class in namespace:v8
226 MachOSection(const char* name, const char* segment, uint32_t align, function in class:v8::MachOSection
235 virtual ~MachOSection() { }
354 class MachOTextSection : public MachOSection {
359 : MachOSection("__text",
362 MachOSection::S_REGULAR |
363 MachOSection::S_ATTR_SOME_INSTRUCTIONS |
364 MachOSection
[all...]

Completed in 386 milliseconds