/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | machine-specific-section-types.test | 41 # MIPS-LLVM: Type: SHT_MIPS_OPTIONS 90 Type: SHT_MIPS_OPTIONS
|
D | mips-options-sec.test | 1 ## Check that we are able to dump the SHT_MIPS_OPTIONS section using -A properly. 65 Type: SHT_MIPS_OPTIONS 94 # NAME-ERR-NOTFOUND: warning: '[[FILE]]': unable to read the name of SHT_MIPS_OPTIONS section with …
|
/external/llvm-project/lld/test/ELF/invalid/ |
D | mips-invalid-options-descriptor.test | 18 Type: SHT_MIPS_OPTIONS
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 18 # CHECK_64-NEXT: Type: SHT_MIPS_OPTIONS
|
D | mips-reginfo-fp64.s | 28 # ELF64: Type: SHT_MIPS_OPTIONS (0x7000000D)
|
/external/llvm/test/MC/Mips/ |
D | elf_reginfo.s | 18 # CHECK_64-NEXT: Type: SHT_MIPS_OPTIONS
|
D | mips-reginfo-fp64.s | 28 # ELF64: Type: SHT_MIPS_OPTIONS (0x7000000D)
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 32 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 37 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 221 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getELFSectionTypeName()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELF.cpp | 237 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getELFSectionTypeName()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 704 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 705 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 874 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 899 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 398 ECase(SHT_MIPS_OPTIONS) in enumeration()
|
/external/llvm/test/Object/ |
D | obj2yaml.test | 329 ELF-MIPS64EL-NEXT: Type: SHT_MIPS_OPTIONS
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 1202 #define SHT_MIPS_OPTIONS 0x7000000d macro
|
/external/kmod/port-gnu/ |
D | elf.h | 1459 #define SHT_MIPS_OPTIONS 0x7000000d /* Miscellaneous options. */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1695 #define SHT_MIPS_OPTIONS 0x7000000d /* Miscellaneous options. */ macro
|
/external/llvm-project/llvm/test/Object/ |
D | obj2yaml.test | 500 # ELF-MIPS64EL-NEXT: Type: SHT_MIPS_OPTIONS
|
/external/llvm-project/lld/ELF/ |
D | SyntheticSections.cpp | 153 : SyntheticSection(SHF_ALLOC, SHT_MIPS_OPTIONS, 8, ".MIPS.options"), in MipsOptionsSection() 176 if (sec->type == SHT_MIPS_OPTIONS) in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 494 ECase(SHT_MIPS_OPTIONS); in enumeration()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1007 LLVM_READOBJ_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getElfSectionType() 2575 case SHT_MIPS_OPTIONS: in getSectionTypeString()
|