Searched refs:SHT_NOTE (Results 1 – 25 of 99) sorted by relevance
1234
/external/llvm/test/MC/AsmParser/ |
D | section_names.s | 58 # CHECK-NEXT: Type: SHT_NOTE 60 # CHECK-NEXT: Type: SHT_NOTE 62 # CHECK-NEXT: Type: SHT_NOTE
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | section_names.s | 70 # CHECK-NEXT: Type: SHT_NOTE 72 # CHECK-NEXT: Type: SHT_NOTE 74 # CHECK-NEXT: Type: SHT_NOTE
|
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 180 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/ |
D | gnu-notes.test | 93 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:…
|
D | note-core-ntfile-bad.test | 34 Type: SHT_NOTE 70 Type: SHT_NOTE 106 Type: SHT_NOTE 145 Type: SHT_NOTE
|
D | gnu-note-size.test | 31 Type: SHT_NOTE
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | hsa-func.ll | 8 ; The SHT_NOTE section contains the output from the .hsa_code_object_* 19 ; ELF: SHT_NOTE
|
D | hsa.ll | 8 ; The SHT_NOTE section contains the output from the .hsa_code_object_* 19 ; ELF: SHT_NOTE
|
/external/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 49 case SHT_NOTE: in ebl_check_reloc_target_type()
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | only-keep-debug.test | 5 ## 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
|
D | no-build-id.test | 14 Type: SHT_NOTE
|
D | bad-build-id.test | 14 Type: SHT_NOTE
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | hsa-func.ll | 8 ; The SHT_NOTE section contains the output from the .hsa_code_object_* 20 ; ELF: SHT_NOTE
|
D | hsa.ll | 10 ; The SHT_NOTE section contains the output from the .hsa_code_object_* 21 ; ELF: SHT_NOTE
|
D | amdpal-elf.ll | 14 ; ELF: SHT_NOTE
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | symbolize-build-id-error.test | 16 Type: SHT_NOTE
|
D | symbolize-build-id.test | 21 Type: SHT_NOTE
|
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/Mips/ |
D | disassemble-all.test | 14 Type: SHT_NOTE
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 41 && (shdr)->sh_type != SHT_NOTE \
|
/external/llvm-project/lld/test/ELF/ |
D | compatible-section-types.s | 3 ## Some section types (e.g. SHT_NOBITS, SHT_NOTE, SHT_PREINIT_ARRAY) can be
|
D | gnu-property-align-32.s | 9 # CHECK-NEXT: Type: SHT_NOTE (0x7)
|
D | gnu-property-align.s | 9 # CHECK-NEXT: Type: SHT_NOTE (0x7)
|
D | pt-gnu-property.s | 10 # CHECK-NEXT: Type: SHT_NOTE (0x7)
|
D | sht-group-empty.test | 25 Type: SHT_NOTE
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 259 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