Searched refs:SHT_RISCV_ATTRIBUTES (Results 1 – 11 of 11) sorted by relevance
1 ## 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_ATTRIBUTES45 …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 the60 ## 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
9 # LLVM-NEXT: Type: SHT_RISCV_ATTRIBUTES (0x70000003)21 Type: SHT_RISCV_ATTRIBUTES
17 Type: SHT_RISCV_ATTRIBUTES
36 Type: SHT_RISCV_ATTRIBUTES
101 ".riscv.attributes", ELF::SHT_RISCV_ATTRIBUTES, 0); in finishAttributeSection()
243 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_RISCV_ATTRIBUTES); } in getELFSectionTypeName()
905 SHT_RISCV_ATTRIBUTES = 0x70000003U, enumerator
381 Sec.sh_type == ELF::SHT_RISCV_ATTRIBUTES) { in getBuildAttributes()
907 if (config->emachine == EM_RISCV && sec.sh_type == SHT_RISCV_ATTRIBUTES) { in createInputSection()
522 ECase(SHT_RISCV_ATTRIBUTES); in enumeration()
2896 Sec.sh_type != ELF::SHT_RISCV_ATTRIBUTES) in printAttributes()