Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/usr.sbin/mkuboot/
H A Dcopy_elf.c109 if (letoh32(shp[i].sh_type) == SHT_SYMTAB || in ELFNAME()
248 if (letoh32(shp[i].sh_type) == SHT_SYMTAB) in ELFNAME()
265 if (letoh32(shp[i].sh_type) == SHT_SYMTAB || in ELFNAME()
/openbsd/lib/libelf/
H A Dlibelf_data.c70 case SHT_SYMTAB: in _libelf_xlate_shtype()
/openbsd/usr.sbin/kvm_mkdb/
H A Dnlist.c110 if (sh[j].sh_type == SHT_SYMTAB && in __elf_knlist()
115 } else if (sh[i].sh_type == SHT_SYMTAB) { in __elf_knlist()
/openbsd/sys/arch/sparc64/stand/ofwboot/
H A Delf64_exec.c214 if (shp->sh_type != SHT_SYMTAB in elf64_exec()
251 if (shp->sh_type == SHT_SYMTAB in elf64_exec()
/openbsd/sys/lib/libsa/
H A Dloadfile_elf.c229 if (shp[i].sh_type == SHT_SYMTAB) in ELFNAME()
233 if (shp[i].sh_type == SHT_SYMTAB || in ELFNAME()
/openbsd/sys/ddb/
H A Ddb_elf.c117 if (shp[i].sh_type == SHT_SYMTAB) { in db_elf_sym_init()
198 if (shp[i].sh_type == SHT_SYMTAB) in db_elf_find_strtab()
/openbsd/sys/dev/
H A Dksyms.c88 if (shdr[i].sh_type == SHT_SYMTAB) { in ksymsattach()
/openbsd/usr.bin/gprof/
H A Delf.c81 if (shdrs[i].sh_type == SHT_SYMTAB) in getnfile()
/openbsd/usr.sbin/vmd/
H A Dloadfile_elf.c819 if (shp[i].sh_type == SHT_SYMTAB) in elf64_exec()
823 if (shp[i].sh_type == SHT_SYMTAB || in elf64_exec()
1037 if (shp[i].sh_type == SHT_SYMTAB) in elf32_exec()
1041 if (shp[i].sh_type == SHT_SYMTAB || in elf32_exec()
/openbsd/sys/arch/octeon/dev/
H A Doctboot.c210 if (sh[i].sh_type == SHT_SYMTAB) { in octboot_kexec()
246 sh[i].sh_type == SHT_SYMTAB || in octboot_kexec()
/openbsd/lib/libc/gen/
H A Dnlist.c139 if (shdr[i].sh_type == SHT_SYMTAB) { in __fdnlist()
/openbsd/usr.sbin/installboot/
H A Di386_nlist.c147 if (shdr[i].sh_type == SHT_SYMTAB) { in __elf_fdnlist()
/openbsd/usr.sbin/btrace/
H A Dksyms.c95 shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in kelf_open()
/openbsd/usr.sbin/rdsetroot/
H A Drdsetroot.c127 shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in main()
/openbsd/sys/arch/powerpc64/dev/
H A Dkexec.c199 if (shp[i].sh_type == SHT_SYMTAB || in kexec_kexec()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Delf2yaml.cpp166 if (SymTab->sh_type == ELF::SHT_SYMTAB) { in getUniquedSymbolName()
228 if (S.Type == ELF::SHT_STRTAB || S.Type == ELF::SHT_SYMTAB || in shouldPrintSection()
316 if (Sec.sh_type == ELF::SHT_SYMTAB) { in dump()
565 if ((Shdr->sh_type == ELF::SHT_SYMTAB || Shdr->sh_type == ELF::SHT_DYNSYM) && in dumpPlaceholderSection()
633 case ELF::SHT_SYMTAB: in dumpSections()
692 if (Symtab->sh_type == ELF::SHT_SYMTAB) { in dumpSymbols()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h313 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
/openbsd/usr.bin/ctfconv/
H A Delf.c132 if (sh->sh_type != SHT_SYMTAB) in elf_getsymtab()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h334 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
/openbsd/sys/sys/
H A Dexec_elf.h249 #define SHT_SYMTAB 2 /* symbol table section */ macro
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h273 if (Sec.sh_type == ELF::SHT_SYMTAB) { in prepare()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h698 SymbolTableSection() { Type = OriginalType = ELF::SHT_SYMTAB; } in SymbolTableSection()
728 return S->OriginalType == ELF::SHT_SYMTAB; in classof()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp280 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB); in getELFSectionTypeName()
/openbsd/usr.bin/ctfdump/
H A Dctfdump.c239 shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in elf_dump()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h1136 if (SymTable.sh_type != ELF::SHT_SYMTAB && in getSHNDXTable()
1166 if (Sec.sh_type != ELF::SHT_SYMTAB && Sec.sh_type != ELF::SHT_DYNSYM) in getStringTableForSymtab()

123