| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | input.c | 58 while (symit_next(si, STT_FILE) != NULL) { in built_source_types() 398 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) { in symit_next()
|
| H A D | output.c | 263 if (type == STT_FILE) in check_for_weak() 378 case STT_FILE: in sort_iidescs()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/ |
| H A D | ELFObjcopy.cpp | 324 (Config.KeepFileSymbols && Sym.Type == STT_FILE)) in handleArgs() 328 Sym.getShndx() != SHN_UNDEF && Sym.Type != STT_FILE && in handleArgs() 340 Sym.Type != STT_FILE && Sym.Type != STT_SECTION) in handleArgs()
|
| /freebsd-12.1/contrib/binutils/include/elf/ |
| H A D | common.h | 504 #define STT_FILE 4 /* Symbol gives a file name */ macro
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | nlist.c | 384 nl->n_type = ELF_ST_TYPE(s->st_info) == STT_FILE ? in elf_sym_to_nlist()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ELFHeader.cpp | 281 ENUM_TO_CSTR(STT_FILE); in typeToCString()
|
| H A D | ObjectFileELF.cpp | 2151 case STT_FILE: in ParseSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Symbols.h | 218 bool isFile() const { return Type == llvm::ELF::STT_FILE; } in isFile()
|
| H A D | InputFiles.cpp | 787 if (Sym->getType() == STT_FILE) in createSymbol()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1046 STT_FILE = 4, // Local, absolute symbol that refers to a file enumerator
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf_common.h | 826 #define STT_FILE 4 /* Source file. */ macro
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 555 case ELF::STT_FILE: in getSymbolType() 583 if (ESym->getType() == ELF::STT_FILE || ESym->getType() == ELF::STT_SECTION) in getSymbolFlags()
|
| /freebsd-12.1/lib/libproc/ |
| H A D | proc_sym.c | 710 if (GELF_ST_TYPE(sym.st_info) == STT_FILE && in proc_iter_symbyaddr()
|
| /freebsd-12.1/contrib/elftoolchain/nm/ |
| H A D | nm.c | 1708 case STT_FILE: in sym_elem_print_all_sysv() 1784 if (sym->st_value == 0 && (sym->st_info & 0xf) == STT_FILE) in sym_elem_nondebug()
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | ascii.c | 779 GELF_ST_TYPE(sym.st_info) == STT_FILE) in srec_write_symtab()
|
| H A D | symbols.c | 101 GELF_ST_TYPE(st_info) == STT_FILE) in is_debug_symbol()
|
| /freebsd-12.1/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 513 case STT_FILE: return "STT_FILE"; in st_type() 535 case STT_FILE: return "FILE"; in st_type_S()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | nm.c | 316 case STT_FILE: return "FILE"; in get_symbol_type()
|
| /freebsd-12.1/usr.bin/elfdump/ |
| H A D | elfdump.c | 424 case STT_FILE: return "STT_FILE"; in st_type()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 571 ECase(STT_FILE); in enumeration()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | ELFObjectWriter.cpp | 728 ELF::STT_FILE | ELF::STB_LOCAL, 0, 0, ELF::STV_DEFAULT, in computeSymbolTable()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elfcode.h | 1270 case STT_FILE: in elf_slurp_symbol_table()
|
| H A D | elf.c | 6490 sym.st_info = ELF_ST_INFO (STB_LOCAL, STT_FILE); in swap_out_syms() 7136 case STT_FILE: in elf_find_function()
|
| /freebsd-12.1/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1284 _ELF_DEFINE_STT(STT_FILE, 4, "source file") \
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 1111 {"File", "FILE", ELF::STT_FILE},
|