Home
last modified time | relevance | path

Searched refs:SHT_RISCV_ATTRIBUTES (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/RISCV/
Dattributes-invalid.test1 ## Check how we dump invalid SHT_RISCV_ATTRIBUTES sections.
16 …rning: '[[FILE]].{{32|64}}.o': unable to dump attributes from the SHT_RISCV_ATTRIBUTES section wit…
27 Type: SHT_RISCV_ATTRIBUTES
45 …rning: '[[FILE]].{{32|64}}.o': unable to dump attributes from the SHT_RISCV_ATTRIBUTES section wit…
49 ## Check that we don't report a warning when the SHT_RISCV_ATTRIBUTES section contains the
60 ## Check we report a warning when we are unable to read the content of the SHT_RISCV_ATTRIBUTES sec…
67 # BROKEN-CONTENT-NEXT: warning: '[[FILE]]': unable to read the content of the SHT_RISCV_ATTRIBUTES
75 # EMPTY-CONTENT-NEXT: warning: '[[FILE]]': the SHT_RISCV_ATTRIBUTES section with index 1 is empty
Dsection-types.test9 # LLVM-NEXT: Type: SHT_RISCV_ATTRIBUTES (0x70000003)
21 Type: SHT_RISCV_ATTRIBUTES
Dvalidate-attr-section.test17 Type: SHT_RISCV_ATTRIBUTES
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/
Dunknown-arch-attr.test36 Type: SHT_RISCV_ATTRIBUTES
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVELFStreamer.cpp101 ".riscv.attributes", ELF::SHT_RISCV_ATTRIBUTES, 0); in finishAttributeSection()
/external/llvm-project/llvm/lib/Object/
DELF.cpp243 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_RISCV_ATTRIBUTES); } in getELFSectionTypeName()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h905 SHT_RISCV_ATTRIBUTES = 0x70000003U, enumerator
/external/llvm-project/llvm/include/llvm/Object/
DELFObjectFile.h381 Sec.sh_type == ELF::SHT_RISCV_ATTRIBUTES) { in getBuildAttributes()
/external/llvm-project/lld/ELF/
DInputFiles.cpp907 if (config->emachine == EM_RISCV && sec.sh_type == SHT_RISCV_ATTRIBUTES) { in createInputSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp522 ECase(SHT_RISCV_ATTRIBUTES); in enumeration()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2896 Sec.sh_type != ELF::SHT_RISCV_ATTRIBUTES) in printAttributes()