Home
last modified time | relevance | path

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

12

/third_party/elfio/tests/
DELFIOTest.cpp726 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()
DELFIOTest1.cpp120 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/
Deblcheckreloctargettype.c49 case SHT_NOTE: in ebl_check_reloc_target_type()
/third_party/elfio/examples/add_section/
Dadd_section.cpp46 note_sec->set_type( SHT_NOTE ); in main()
/third_party/elfutils/libelf/
Delf-knowledge.h41 && (shdr)->sh_type != SHT_NOTE \
Delf_getdata.c65 [SHT_NOTE] = ELF_T_NHDR, /* Need alignment to guess ELF_T_NHDR8. */
/third_party/elfio/examples/writer/
Dwriter.cpp113 note_sec->set_type( SHT_NOTE ); in main()
/third_party/elfio/examples/write_obj/
Dwrite_obj.cpp122 note_sec->set_type( SHT_NOTE ); in main()
/third_party/elfutils/tests/
Dxlate_notes.c81 if (shdr.sh_type == SHT_NOTE) in main()
/third_party/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c105 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/
DELFAsmParser.cpp586 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/
DMCSectionELF.cpp139 else if (Type == ELF::SHT_NOTE) in PrintSwitchToSection()
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c463 sec_hdr[4].sh_type = SHT_NOTE; in ac_rgp_file_write_elf_object()
Dac_rtld.c357 if (shdr->sh_flags & SHF_ALLOC && shdr->sh_type != SHT_NOTE) { in ac_rtld_open()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h199 #define SHT_NOTE 7 /* note section */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h199 #define SHT_NOTE 7 /* note section */ macro
/third_party/elfio/elfio/
Delfio_dump.hpp378 { 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/
DELF.cpp238 STRINGIFY_ENUM_CASE(ELF, SHT_NOTE); in getELFSectionTypeName()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp473 #define SHT_NOTE 7 macro
/third_party/elfutils/src/
Delfclassify.c330 && shdr->sh_type != SHT_NOTE in run_classify()
Delfcmp.c422 case SHT_NOTE: in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp595 ".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/
DELF.h673 SHT_NOTE = 7, // Information about the file. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h823 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/
DAMDGPUTargetStreamer.cpp443 ElfNote::SectionName, ELF::SHT_NOTE, ELF::SHF_ALLOC)); in EmitNote()

12