/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 214 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 326 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 434 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 495 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 549 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 620 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 749 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 802 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 855 checkSection( sec, 0, "", SHT_NULL, 0, 0, 0, 0, 0, 0, 0 ); in TEST() 908 checkSection( sec, 0, "", SHT_NULL, in TEST() [all...] |
H A D | ELFIOTest1.cpp | 247 if ( file1.sections[i]->get_type() == SHT_NULL || 262 if ( ( file2.sections[i]->get_type() != SHT_NULL ) && 507 // This test case checks the load/save of SHT_NULL sections in a segment in TEST() 513 // Create an ELF file with SHT_NULL sections at the beginning/middle/end of a segment in TEST() 536 null_sec1->set_type( SHT_NULL ); in TEST() 540 null_sec2->set_type( SHT_NULL ); in TEST() 544 null_sec3->set_type( SHT_NULL ); in TEST()
|
/third_party/elfutils/tests/ |
H A D | elfcopy.c | 208 GElf_Shdr last_shdr = { .sh_type = SHT_NULL }; in copy_elf() 223 if (last_shdr.sh_type != SHT_NULL in copy_elf() 238 last_shdr.sh_type = SHT_NULL; in copy_elf()
|
H A D | asm-tst3.c | 46 [0] = SHT_NULL,
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_scn_gnu_compressed_size.c | 48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
|
/third_party/elfutils/libelf/ |
H A D | elf32_getchdr.c | 57 if (shdr->sh_type == SHT_NULL in ElfW2()
|
H A D | elf_compress_gnu.c | 91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
|
H A D | elf_getdata.c | 45 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
|
H A D | elf_compress.c | 390 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
|
/third_party/elfio/elfio/ |
H A D | elfio_section.hpp | 264 if ( nullptr == data && SHT_NULL != get_type() && 302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL &&
|
H A D | elfio.hpp | 756 SHT_NULL != sec->get_type() ) { 870 if ( SHT_NULL == sec->get_type() ) { 878 SHT_NOBITS != sec->get_type() && SHT_NULL != sec->get_type() &&
|
H A D | elfio_dump.hpp | 371 { SHT_NULL, "NULL" },
|
H A D | elf_types.hpp | 494 constexpr Elf_Word SHT_NULL = 0; member
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 466 #define SHT_NULL 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 231 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 666 SHT_NULL = 0, // No associated section (inactive entry).
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 75 ELFSection(NullSectionName, SHT_NULL, 0, 0, 0); in ELFObjectWriter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 816 SHT_NULL = 0, // No associated section (inactive entry).
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 372 #define SHT_NULL 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/include/ |
H A D | elf.h | 372 #define SHT_NULL 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 243 // Insert SHT_NULL section implicitly when it is not defined in YAML. in ELFState() 244 if (Sections.empty() || Sections.front()->Type != ELF::SHT_NULL) in ELFState() 407 // valid SHN_UNDEF entry since SHT_NULL == 0. in initSectionHeaders()
|
H A D | ELFYAML.cpp | 443 ECase(SHT_NULL); in enumeration()
|