/external/llvm-project/llvm/test/MC/ELF/ |
D | nobits-non-zero-value.s | 8 # CHECK: {{.*}}.s:[[#@LINE+1]]:3: error: SHT_NOBITS section '.tbss' cannot have instructions 12 # CHECK: {{.*}}.s:[[#@LINE+1]]:3: error: SHT_NOBITS section '.bss' cannot have instructions 15 # CHECK: <unknown>:0: error: SHT_NOBITS section '.bss' cannot have non-zero initializers
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | section_names.s | 76 # CHECK-NEXT: Type: SHT_NOBITS 78 # CHECK-NEXT: Type: SHT_NOBITS 80 # CHECK-NEXT: Type: SHT_NOBITS 82 # CHECK-NEXT: Type: SHT_NOBITS
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ |
D | full-contents.test | 30 Type: SHT_NOBITS 50 Type: SHT_NOBITS 60 Type: SHT_NOBITS
|
/external/elfutils/libasm/ |
D | asm_adduleb128.c | 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_adduleb128() 82 if (likely (asmscn->type != SHT_NOBITS)) in asm_adduleb128()
|
D | asm_addsleb128.c | 46 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in asm_addsleb128() 86 if (likely (asmscn->type != SHT_NOBITS)) in asm_addsleb128()
|
D | asm_addint8.c | 59 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) in FCT() 109 if (likely (asmscn->type == SHT_NOBITS)) in FCT()
|
D | asm_newscn.c | 92 else if (type == SHT_NOBITS) in text_newscn() 175 || (type != SHT_PROGBITS && unlikely (type != SHT_NOBITS))) in asm_newscn()
|
/external/llvm-project/llvm/test/tools/llvm-nm/ |
D | nobits.test | 17 Type: SHT_NOBITS 20 Type: SHT_NOBITS
|
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/ |
D | elf-disassemble-bss.test | 20 Type: SHT_NOBITS 33 Type: SHT_NOBITS
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | basic-copy.test | 13 Type: SHT_NOBITS 26 # CHECK-NEXT: Type: SHT_NOBITS
|
D | only-keep-debug.test | 5 ## Check that SHT_NOTE and .debug* are kept, but others are changed to SHT_NOBITS. 6 ## SHT_NOBITS sections do not occupy space in the output. 73 Type: SHT_NOBITS 78 Type: SHT_NOBITS 124 ## it is followed by .note which is not SHT_NOBITS. 183 ## If .symtab or .strtab has the SHF_ALLOC flag, it will be changed to SHT_NOBITS.
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 67 return ELF::SHT_NOBITS; in getXCoreSectionType()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 24 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 27 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 68 return ELF::SHT_NOBITS; in getXCoreSectionType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 23 BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS, in Initialize() 26 BSSSectionLarge = Ctx.getELFSection(".dp.bss.large", ELF::SHT_NOBITS, in Initialize() 67 return ELF::SHT_NOBITS; in getXCoreSectionType()
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | multiple-tbss.s | 8 # CHECK-NEXT: Type: SHT_NOBITS 25 # CHECK-NEXT: Type: SHT_NOBITS
|
D | common-filespec.test | 20 # CHECK-NEXT: Type: SHT_NOBITS 36 # CHECK-NEXT: Type: SHT_NOBITS 52 # CHECK-NEXT: Type: SHT_NOBITS
|
D | common-exclude.s | 15 # CHECK-NEXT: Type: SHT_NOBITS 31 # CHECK-NEXT: Type: SHT_NOBITS
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | totals.test | 35 Type: SHT_NOBITS 55 Type: SHT_NOBITS
|
D | multiple-inputs.test | 47 Type: SHT_NOBITS 70 Type: SHT_NOBITS
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 130 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 167 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 137 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 197 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 45 case SHT_NOBITS: in ebl_check_reloc_target_type()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionELF.cpp | 137 else if (Type == ELF::SHT_NOBITS) in PrintSwitchToSection() 201 return getType() == ELF::SHT_NOBITS; in isVirtualSection()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 98 getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize() 339 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal() 354 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS, in selectSmallSectionForGlobal()
|
/external/elfutils/libdwelf/ |
D | dwelf_scn_gnu_compressed_size.c | 49 || shdr.sh_type == SHT_NOBITS) in dwelf_scn_gnu_compressed_size()
|