/openbsd/lib/libelf/ |
H A D | elf_data.c | 90 if (sh_type == SHT_NULL) { in elf_getdata() 254 if (sh_type == SHT_NULL) { in elf_rawdata()
|
H A D | libelf_ehdr.c | 76 if ((shtype = GET_SHDR_MEMBER(sh_type)) != SHT_NULL) { in _libelf_load_extended()
|
H A D | elf_update.c | 141 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 D | elf64_exec.c | 212 if (shp->sh_type == SHT_NULL) in elf64_exec()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 311 #define SHT_NULL 0 /* Section header table entry unused */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 332 #define SHT_NULL 0 /* Section header table entry unused */ macro
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.c | 531 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 D | obj-elf.c | 570 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 D | ELFObject.h | 399 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 D | ELFObject.cpp | 2031 Shdr.sh_type = SHT_NULL; in writeShdrs()
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 247 #define SHT_NULL 0 /* inactive */ macro
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ELF.cpp | 278 STRINGIFY_ENUM_CASE(ELF, SHT_NULL); in getELFSectionTypeName()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 190 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 D | ELF.h | 994 SHT_NULL = 0, // No associated section (inactive entry). enumerator
|
/openbsd/gnu/llvm/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 181 case ELF::SHT_NULL: in considerForSize()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | InputFiles.cpp | 763 case SHT_NULL: in initializeSections()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf.c | 1663 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 D | ELFYAML.cpp | 646 ECase(SHT_NULL); in enumeration()
|
H A D | ELFEmitter.cpp | 355 if (Sections.empty() || Sections.front()->Type != ELF::SHT_NULL) in ELFState()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf.c | 1838 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 D | elf32-bfin.c | 3236 case SHT_NULL: in _bfinfdpic_link_omit_section_dynsym()
|
H A D | elf32-frv.c | 4250 case SHT_NULL: in _frvfdpic_link_omit_section_dynsym()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3242 CASE_AND_STREAM(s, SHT_NULL, kStrWidth); in DumpELFSectionHeader_sh_type()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2686 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 D | elf32.em | 1737 unsigned int sh_type = iself ? elf_section_type (s) : SHT_NULL;
|