Home
last modified time | relevance | path

Searched refs:SHT_NULL (Results 1 - 25 of 27) sorted by relevance

12

/third_party/elfio/tests/
H A 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, in TEST()
[all...]
H A DELFIOTest1.cpp247 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 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()
H A Dasm-tst3.c46 [0] = SHT_NULL,
/third_party/elfutils/libdwelf/
H A Ddwelf_scn_gnu_compressed_size.c48 || shdr.sh_type == SHT_NULL in dwelf_scn_gnu_compressed_size()
/third_party/elfutils/libelf/
H A Delf32_getchdr.c57 if (shdr->sh_type == SHT_NULL in ElfW2()
H A Delf_compress_gnu.c91 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress_gnu()
H A Delf_getdata.c45 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
H A Delf_compress.c390 if (sh_type == SHT_NULL || sh_type == SHT_NOBITS) in elf_compress()
/third_party/elfio/elfio/
H A Delfio_section.hpp264 if ( nullptr == data && SHT_NULL != get_type() &&
302 if ( get_type() != SHT_NOBITS && get_type() != SHT_NULL &&
H A Delfio.hpp756 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 Delfio_dump.hpp371 { SHT_NULL, "NULL" },
H A Delf_types.hpp494 constexpr Elf_Word SHT_NULL = 0; member
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp466 #define SHT_NULL 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp231 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h666 SHT_NULL = 0, // No associated section (inactive entry).
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp75 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 DELF.h816 SHT_NULL = 0, // No associated section (inactive entry).
/third_party/musl/porting/linux/user/include/
H A Delf.h372 #define SHT_NULL 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h371 #define SHT_NULL 0 macro
/third_party/musl/include/
H A Delf.h372 #define SHT_NULL 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp243 // 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 DELFYAML.cpp443 ECase(SHT_NULL); in enumeration()

Completed in 81 milliseconds

12