Home
last modified time | relevance | path

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

12

/openbsd/lib/libelf/
H A Delf_data.c90 if (sh_type == SHT_NULL) { in elf_getdata()
254 if (sh_type == SHT_NULL) { in elf_rawdata()
H A Dlibelf_ehdr.c76 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
H A Delf_update.c141 assert(sh_type != SHT_NULL && sh_type != SHT_NOBITS); in _libelf_compute_section_extents()
466 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL) in _libelf_resync_sections()
746 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL || sh_size == 0) in _libelf_write_scn()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Delf64_exec.c212 if (shp->sh_type == SHT_NULL) in elf64_exec()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h311 #define SHT_NULL 0 /* Section header table entry unused */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h332 #define SHT_NULL 0 /* Section header table entry unused */ macro
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-elf.c531 if (type == SHT_NULL) in obj_elf_change_section()
594 if (type != SHT_NULL) in obj_elf_change_section()
840 type = SHT_NULL; in obj_elf_section()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-elf.c570 if (type == SHT_NULL) in obj_elf_change_section()
688 if (type != SHT_NULL in obj_elf_change_section()
902 type = SHT_NULL; in obj_elf_section()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h399 uint64_t OriginalType = ELF::SHT_NULL;
411 uint64_t Type = ELF::SHT_NULL;
498 return Type != ELF::SHT_NOBITS && Type != ELF::SHT_NULL; in hasContents()
H A DELFObject.cpp2031 Shdr.sh_type = SHT_NULL; in writeShdrs()
/openbsd/sys/sys/
H A Dexec_elf.h247 #define SHT_NULL 0 /* inactive */ macro
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp278 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp190 if (S.Type == ELF::SHT_NULL && (&SHdr == &Sections[0])) { in shouldPrintSection()
442 if (Sec.Type == ELF::SHT_NULL) in isInSegment()
1167 if (SecIndex != 0 || Shdr->sh_type != ELF::SHT_NULL) { in dumpContentSection()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h994 SHT_NULL = 0, // No associated section (inactive entry). enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp181 case ELF::SHT_NULL: in considerForSize()
/openbsd/gnu/llvm/lld/ELF/
H A DInputFiles.cpp763 case SHT_NULL: in initializeSections()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c1663 case SHT_NULL: in bfd_section_from_shdr()
2148 elf_section_type (sec) = SHT_NULL; in _bfd_elf_new_section_hook()
2397 if (this_hdr->sh_type == SHT_NULL) in elf_fake_sections()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp646 ECase(SHT_NULL); in enumeration()
H A DELFEmitter.cpp355 if (Sections.empty() || Sections.front()->Type != ELF::SHT_NULL) in ELFState()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c1838 case SHT_NULL: in bfd_section_from_shdr()
2752 if (this_hdr->sh_type == SHT_NULL) in elf_fake_sections()
6088 if (elf_section_type (osec) == SHT_NULL) in _bfd_elf_init_private_section_data()
H A Delf32-bfin.c3236 case SHT_NULL: in _bfinfdpic_link_omit_section_dynsym()
H A Delf32-frv.c4250 case SHT_NULL: in _frvfdpic_link_omit_section_dynsym()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3242 CASE_AND_STREAM(s, SHT_NULL, kStrWidth); in DumpELFSectionHeader_sh_type()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2686 assert((AttrShType != ELF::SHT_NULL) && AttrParser && in printAttributes()
4413 if (Sec.sh_type == ELF::SHT_NULL) in printSectionMapping()
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Delf32.em1737 unsigned int sh_type = iself ? elf_section_type (s) : SHT_NULL;

12