Home
last modified time | relevance | path

Searched refs:SHT_NOTE (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm/test/MC/AsmParser/
Dsection_names.s58 # CHECK-NEXT: Type: SHT_NOTE
60 # CHECK-NEXT: Type: SHT_NOTE
62 # CHECK-NEXT: Type: SHT_NOTE
/external/llvm-project/llvm/test/MC/AsmParser/
Dsection_names.s70 # CHECK-NEXT: Type: SHT_NOTE
72 # CHECK-NEXT: Type: SHT_NOTE
74 # CHECK-NEXT: Type: SHT_NOTE
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc180 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
207 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
237 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
267 int note_idx = elf.AddSection(".note", notes, SHT_NOTE); in TYPED_TEST()
299 int note1_idx = elf.AddSection(".note1", notes1, SHT_NOTE); in TYPED_TEST()
300 int note2_idx = elf.AddSection(".note2", notes2, SHT_NOTE); in TYPED_TEST()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-notes.test93 Type: SHT_NOTE
97 Type: SHT_NOTE
103 Type: SHT_NOTE
121 # ERR1-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1: …
129 # ERR1-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1:…
140 Type: SHT_NOTE
154 # ERR2-GNU-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1: …
162 # ERR2-LLVM-NEXT: warning: '[[FILE]]': unable to read notes from the SHT_NOTE section with index 1:…
Dnote-core-ntfile-bad.test34 Type: SHT_NOTE
70 Type: SHT_NOTE
106 Type: SHT_NOTE
145 Type: SHT_NOTE
Dgnu-note-size.test31 Type: SHT_NOTE
/external/llvm/test/CodeGen/AMDGPU/
Dhsa-func.ll8 ; The SHT_NOTE section contains the output from the .hsa_code_object_*
19 ; ELF: SHT_NOTE
Dhsa.ll8 ; The SHT_NOTE section contains the output from the .hsa_code_object_*
19 ; ELF: SHT_NOTE
/external/elfutils/libebl/
Deblcheckreloctargettype.c49 case SHT_NOTE: in ebl_check_reloc_target_type()
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Donly-keep-debug.test5 ## Check that SHT_NOTE and .debug* are kept, but others are changed to SHT_NOBITS.
28 ## Contents of SHT_NOTE and .debug* are kept.
49 Type: SHT_NOTE
55 Type: SHT_NOTE
152 Type: SHT_NOTE
Dno-build-id.test14 Type: SHT_NOTE
Dbad-build-id.test14 Type: SHT_NOTE
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dhsa-func.ll8 ; The SHT_NOTE section contains the output from the .hsa_code_object_*
20 ; ELF: SHT_NOTE
Dhsa.ll10 ; The SHT_NOTE section contains the output from the .hsa_code_object_*
21 ; ELF: SHT_NOTE
Damdpal-elf.ll14 ; ELF: SHT_NOTE
/external/llvm-project/llvm/test/DebugInfo/
Dsymbolize-build-id-error.test16 Type: SHT_NOTE
Dsymbolize-build-id.test21 Type: SHT_NOTE
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/Mips/
Ddisassemble-all.test14 Type: SHT_NOTE
/external/elfutils/libelf/
Delf-knowledge.h41 && (shdr)->sh_type != SHT_NOTE \
/external/llvm-project/lld/test/ELF/
Dcompatible-section-types.s3 ## Some section types (e.g. SHT_NOBITS, SHT_NOTE, SHT_PREINIT_ARRAY) can be
Dgnu-property-align-32.s9 # CHECK-NEXT: Type: SHT_NOTE (0x7)
Dgnu-property-align.s9 # CHECK-NEXT: Type: SHT_NOTE (0x7)
Dpt-gnu-property.s10 # CHECK-NEXT: Type: SHT_NOTE (0x7)
Dsht-group-empty.test25 Type: SHT_NOTE
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion()
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA()

1234