Home
last modified time | relevance | path

Searched refs:SHT_NULL (Results 1 – 25 of 30) sorted by relevance

12

/third_party/elfio/tests/
DELFIOTest.cpp214 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()
DELFIOTest1.cpp536 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/
Delfcopy.c208 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()
Dasm-tst3.c46 [0] = SHT_NULL,
/third_party/elfutils/libdwelf/
Ddwelf_scn_gnu_compressed_size.c48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
/third_party/elfutils/libelf/
Delf32_getchdr.c57 if (shdr->sh_type == SHT_NULL in ElfW2()
Delf_compress_gnu.c91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
Delf_compress.c390 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
Delf_getdata.c45 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
/third_party/elfio/elfio/
Delfio_section.hpp264 if ( nullptr == data && SHT_NULL != get_type() && in load_data()
302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL && in save()
Delfio.hpp756 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()
Delfio_dump.hpp371 { SHT_NULL, "NULL" },
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h192 #define SHT_NULL 0 /* inactive */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h192 #define SHT_NULL 0 /* inactive */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp231 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp466 #define SHT_NULL 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h666 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/
DELF.h816 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp75 ELFSection(NullSectionName, SHT_NULL, 0, 0, 0); in ELFObjectWriter()
/third_party/musl/ndk_musl_include/
Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/include/
Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/porting/linux/user/include/
Delf.h371 #define SHT_NULL 0 macro

12