Home
last modified time | relevance | path

Searched refs:S_REGULAR (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test29 CHECK: type S_REGULAR
116 EXE: type S_REGULAR
142 EXE: type S_REGULAR
168 EXE: type S_REGULAR
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test49 CHECK: type S_REGULAR
75 CHECK: type S_REGULAR
157 EXE: type S_REGULAR
183 EXE: type S_REGULAR
209 EXE: type S_REGULAR
222 EXE: type S_REGULAR
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test29 CHECK: type S_REGULAR
81 CHECK: type S_REGULAR
163 EXE: type S_REGULAR
176 EXE: type S_REGULAR
/external/v8/src/
Dgdb-jit.cc221 S_REGULAR = 0x0u, enumerator
360 MachOSection::S_REGULAR | in MachOTextSection()
1075 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugInfoSection()
1281 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugAbbrevSection()
1452 MachOSection::S_REGULAR | MachOSection::S_ATTR_DEBUG), in DebugLineSection()
1700 MachOSection::S_REGULAR), in UnwindInfoSection()
/external/llvm/include/llvm/Support/
DMachO.h162 S_REGULAR = 0x00u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1054 case MachO::S_REGULAR: in DumpSectionContents()
7449 if (section_type == MachO::S_REGULAR) in PrintSection()