/openbsd/usr.sbin/mkuboot/ |
H A D | copy_elf.c | 109 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 D | libelf_data.c | 70 case SHT_SYMTAB: in _libelf_xlate_shtype()
|
/openbsd/usr.sbin/kvm_mkdb/ |
H A D | nlist.c | 110 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 D | elf64_exec.c | 214 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 D | loadfile_elf.c | 229 if (shp[i].sh_type == SHT_SYMTAB) in ELFNAME() 233 if (shp[i].sh_type == SHT_SYMTAB || in ELFNAME()
|
/openbsd/sys/ddb/ |
H A D | db_elf.c | 117 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 D | ksyms.c | 88 if (shdr[i].sh_type == SHT_SYMTAB) { in ksymsattach()
|
/openbsd/usr.bin/gprof/ |
H A D | elf.c | 81 if (shdrs[i].sh_type == SHT_SYMTAB) in getnfile()
|
/openbsd/usr.sbin/vmd/ |
H A D | loadfile_elf.c | 819 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 D | octboot.c | 210 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 D | nlist.c | 139 if (shdr[i].sh_type == SHT_SYMTAB) { in __fdnlist()
|
/openbsd/usr.sbin/installboot/ |
H A D | i386_nlist.c | 147 if (shdr[i].sh_type == SHT_SYMTAB) { in __elf_fdnlist()
|
/openbsd/usr.sbin/btrace/ |
H A D | ksyms.c | 95 shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in kelf_open()
|
/openbsd/usr.sbin/rdsetroot/ |
H A D | rdsetroot.c | 127 shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in main()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | kexec.c | 199 if (shp[i].sh_type == SHT_SYMTAB || in kexec_kexec()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 166 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 D | common.h | 313 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
|
/openbsd/usr.bin/ctfconv/ |
H A D | elf.c | 132 if (sh->sh_type != SHT_SYMTAB) in elf_getsymtab()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 334 #define SHT_SYMTAB 2 /* Link editing symbol table */ macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 249 #define SHT_SYMTAB 2 /* symbol table section */ macro
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 273 if (Sec.sh_type == ELF::SHT_SYMTAB) { in prepare()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 698 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 D | ELF.cpp | 280 STRINGIFY_ENUM_CASE(ELF, SHT_SYMTAB); in getELFSectionTypeName()
|
/openbsd/usr.bin/ctfdump/ |
H A D | ctfdump.c | 239 shdr.sh_type == SHT_SYMTAB && shdr.sh_entsize != 0) { in elf_dump()
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELF.h | 1136 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()
|