/third_party/elfio/tests/ |
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, 0, 0, 0, 0, 0, 0, 0 ); in TEST()
|
D | ELFIOTest1.cpp | 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/ |
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()
|
D | asm-tst3.c | 46 [0] = SHT_NULL,
|
/third_party/elfutils/libdwelf/ |
D | dwelf_scn_gnu_compressed_size.c | 48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
|
/third_party/elfutils/libelf/ |
D | elf32_getchdr.c | 57 if (shdr->sh_type == SHT_NULL in ElfW2()
|
D | elf_compress_gnu.c | 91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
|
D | elf_compress.c | 390 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
|
D | elf_getdata.c | 45 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
|
/third_party/elfio/elfio/ |
D | elfio_section.hpp | 264 if ( nullptr == data && SHT_NULL != get_type() && in load_data() 302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL && in save()
|
D | elfio.hpp | 756 SHT_NULL != sec->get_type() ) { in layout_sections_without_segments() 870 if ( SHT_NULL == sec->get_type() ) { in write_segment_data() 878 SHT_NOBITS != sec->get_type() && SHT_NULL != sec->get_type() && in write_segment_data()
|
D | elfio_dump.hpp | 371 { SHT_NULL, "NULL" },
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 192 #define SHT_NULL 0 /* inactive */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 192 #define SHT_NULL 0 /* inactive */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 231 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 466 #define SHT_NULL 0 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 666 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 816 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 75 ELFSection(NullSectionName, SHT_NULL, 0, 0, 0); in ELFObjectWriter()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/include/ |
D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 371 #define SHT_NULL 0 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 371 #define SHT_NULL 0 macro
|