Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 16 of 16) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/Object/
H A Dyaml2obj-elf-section-basic.yaml71 # CHECK: Type: SHT_STRTAB (0x3)
75 # CHECK: Type: SHT_STRTAB (0x3)
H A Dreadobj-shared-object.test48 ELF: Type: SHT_STRTAB
111 ELF: Type: SHT_STRTAB
123 ELF: Type: SHT_STRTAB
/minix/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_data.c70 case SHT_STRTAB: in _libelf_xlate_shtype()
H A Delf_strptr.c64 if (shdr.sh_type != SHT_STRTAB || in elf_strptr()
/minix/external/gpl3/binutils/usr.sbin/dbsym/
H A Ddbsym.c426 if (SH_TYPE(i) == SHT_SYMTAB || SH_TYPE(i) == SHT_STRTAB) { in load_symtab()
/minix/external/bsd/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp72 case ELF::SHT_STRTAB: in dump()
/minix/minix/include/sys/
H A Delf_common.h262 #define SHT_STRTAB 3 /* string table section */ macro
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DELF.h570 SHT_STRTAB = 3, // String table. enumerator
/minix/external/bsd/llvm/dist/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp277 SHeader.sh_type = ELF::SHT_STRTAB; in initStrtabSectionHeader()
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DELFObjectWriter.cpp1388 Ctx.getELFSection(".shstrtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
1401 StrtabSection = Ctx.getELFSection(".strtab", ELF::SHT_STRTAB, 0, in CreateMetadataSections()
1529 case ELF::SHT_STRTAB: in WriteSection()
/minix/sys/lib/libsa/
H A Dloadfile_elf32.c478 case SHT_STRTAB: in ELFNAMEEND()
/minix/external/bsd/llvm/dist/llvm/lib/Object/
H A DELFYAML.cpp309 ECase(SHT_STRTAB) in enumeration()
/minix/sys/sys/
H A Dexec_elf.h415 #define SHT_STRTAB 3 /* String table */ macro
/minix/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELF.h874 assert(section && section->sh_type == ELF::SHT_STRTAB && "Invalid section!"); in getString()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp418 LLVM_READOBJ_ENUM_CASE(ELF, SHT_STRTAB ); in getElfSectionType()
/minix/external/bsd/elftoolchain/dist/common/
H A Delfdefinitions.h1058 _ELF_DEFINE_SHT(SHT_STRTAB, 3, "string table") \