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

/external/chromium_org/v8/src/
H A Dgdb-jit.cc25 class MachOSection;
27 typedef MachOSection DebugSection;
214 class MachOSection : public DebugSectionBase<MachOSectionHeader> { class in namespace:v8
224 MachOSection(const char* name, function in class:v8::MachOSection
238 virtual ~MachOSection() { }
357 class MachOTextSection : public MachOSection {
362 : MachOSection("__text",
365 MachOSection::S_REGULAR |
366 MachOSection::S_ATTR_SOME_INSTRUCTIONS |
367 MachOSection
[all...]
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp135 struct MachOSection { struct in namespace:__anon25576
160 MachOSection &Section) {
222 MachOSection MOSection;

Completed in 83 milliseconds