Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dsynth_elf.cc81 AddSection("", shn_undef, SHT_NULL); in ELF()
124 if (section.type_ == SHT_NULL) { in AppendSection()
Dsynth_elf_unittest.cc243 EXPECT_EQ(static_cast<unsigned int>(SHT_NULL), shdr[0].sh_type); in TYPED_TEST()
318 EXPECT_EQ(static_cast<unsigned int>(SHT_NULL), shdr[0].sh_type); in TYPED_TEST()
/external/elfutils/src/tests/
Dasm-tst3.c45 [0] = SHT_NULL,
/external/kernel-headers/original/uapi/linux/
Delf.h266 #define SHT_NULL 0 macro
/external/elfutils/src/libelf/
Delf_getdata.c46 (Sh_Type >= SHT_NULL && Sh_Type < SHT_NUM \
Delf.h319 #define SHT_NULL 0 /* Section header table entry unused */ macro
/external/llvm/test/Object/
Dreadobj-shared-object.test28 ELF: Type: SHT_NULL
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp72 case ELF::SHT_NULL: in dump()
/external/llvm/include/llvm/Support/
DELF.h584 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/external/llvm/lib/Object/
DELFYAML.cpp307 ECase(SHT_NULL) in enumeration()
/external/llvm/test/tools/llvm-readobj/
Dsections.test61 ELF-NEXT: Type: SHT_NULL (0x0)
Dsections-ext.test77 ELF-NEXT: Type: SHT_NULL (0x0)
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1727 CASE_AND_STREAM(s, SHT_NULL , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp417 LLVM_READOBJ_ENUM_CASE(ELF, SHT_NULL ); in getElfSectionType()
/external/elfutils/src/src/
Dldgeneric.c916 if (unlikely (scninfo->shdr.sh_type == SHT_NULL)) in mark_section_used()
1133 if (fileinfo->scninfo[cnt].shdr.sh_type == SHT_NULL) in add_relocatable_file()
3287 assert (head->type != SHT_NULL); in ld_generic_create_sections()
Delflint.c3880 case SHT_NULL: in check_sections()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc2386 ELFSectionHeader null_header(SHT_NULL); in WriteELFFrameSection()
/external/valgrind/perf/
Dtinycc.c340 #define SHT_NULL 0 /* Section header table entry unused */ macro