/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 726 note_sec->set_type( SHT_NOTE ); in TEST() 758 checkSection( sec, 2, ".note", SHT_NOTE, SHF_ALLOC, 0, 28, 0, 0, 4, 0 ); in TEST() 779 note_sec->set_type( SHT_NOTE ); in TEST() 807 checkSection( sec, 2, ".note", SHT_NOTE, SHF_ALLOC, 0, 28, 0, 0, 4, 0 ); in TEST() 832 note_sec->set_type( SHT_NOTE ); in TEST() 860 checkSection( sec, 2, ".note", SHT_NOTE, SHF_ALLOC, 0, 28, 0, 0, 4, 0 ); in TEST() 885 note_sec->set_type( SHT_NOTE ); in TEST() 917 checkSection( sec, 2, ".note", SHT_NOTE, SHF_ALLOC, 0, 28, 0, 0, 4, 0 ); in TEST()
|
D | ELFIOTest1.cpp | 120 note_sec->set_type( SHT_NOTE ); in write_obj_i386() 198 note_sec->set_type( SHT_NOTE ); in write_exe_i386()
|
/third_party/elfutils/libebl/ |
D | eblcheckreloctargettype.c | 49 case SHT_NOTE: in ebl_check_reloc_target_type()
|
/third_party/elfio/examples/add_section/ |
D | add_section.cpp | 46 note_sec->set_type( SHT_NOTE ); in main()
|
/third_party/elfutils/libelf/ |
D | elf-knowledge.h | 41 && (shdr)->sh_type != SHT_NOTE \
|
D | elf_getdata.c | 65 [SHT_NOTE] = ELF_T_NHDR, /* Need alignment to guess ELF_T_NHDR8. */
|
/third_party/elfio/examples/writer/ |
D | writer.cpp | 113 note_sec->set_type( SHT_NOTE ); in main()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 122 note_sec->set_type( SHT_NOTE ); in main()
|
/third_party/elfutils/tests/ |
D | xlate_notes.c | 81 if (shdr.sh_type == SHT_NOTE) in main()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_gnu_build_id.c | 105 if (likely (shdr != NULL) && shdr->sh_type == SHT_NOTE) in find_elf_build_id()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 586 Type = ELF::SHT_NOTE; in ParseSectionArguments() 609 Type = ELF::SHT_NOTE; in ParseSectionArguments() 796 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in ParseDirectiveVersion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 139 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 463 sec_hdr[4].sh_type = SHT_NOTE; in ac_rgp_file_write_elf_object()
|
D | ac_rtld.c | 357 if (shdr->sh_flags & SHF_ALLOC && shdr->sh_type != SHT_NOTE) { in ac_rtld_open()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 199 #define SHT_NOTE 7 /* note section */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 199 #define SHT_NOTE 7 /* note section */ macro
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 378 { SHT_NOTE, "NOTE" }, 948 if ( SHT_NOTE == sec->get_type() ) { // Look at notes in notes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 238 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 473 #define SHT_NOTE 7 macro
|
/third_party/elfutils/src/ |
D | elfclassify.c | 330 && shdr->sh_type != SHT_NOTE in run_classify()
|
D | elfcmp.c | 422 case SHT_NOTE: in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 595 ".note.gnu.property", ELF::SHT_NOTE, ELF::SHF_ALLOC); in EmitStartOfAsmFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 673 SHT_NOTE = 7, // Information about the file. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 823 SHT_NOTE = 7, // Information about the file. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 443 ElfNote::SectionName, ELF::SHT_NOTE, ELF::SHF_ALLOC)); in EmitNote()
|