/titanic_52/usr/src/tools/ctf/cvt/ |
H A D | input.c | 58 while (symit_next(si, STT_FILE) != NULL) { in built_source_types() 396 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) in symit_next()
|
H A D | output.c | 257 if (type == STT_FILE) in check_for_weak() 371 case STT_FILE: in sort_iidescs()
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 150 #define STT_FILE 4 macro
|
/titanic_52/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 192 key[STT_FILE][STB_LOCAL] = "f"; in main() 193 key[STT_FILE][STB_GLOBAL] = "F"; in main() 194 key[STT_FILE][STB_WEAK] = "F*"; in main() 1234 case STT_FILE: (void) printf("%-5s", "FILE"); break; in print_with_otherflags()
|
/titanic_52/usr/src/lib/libctf/common/ |
H A D | ctf_convert.c | 77 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) in ctf_convert_ftypes()
|
H A D | ctf_dwarf.c | 2243 if (type == STT_FILE) { in ctf_dwarf_symtab_iter() 2263 if (type == STT_FILE) { in ctf_dwarf_symtab_iter() 2351 * (STT_FILE). If they both have file information and it matches, then we treat
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.msg | 38 @ MSG_STT_FILE_CF "STT_FILE" # 4
|
/titanic_52/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.msg | 56 STT_FILE\n"
|
H A D | pvs.c | 489 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) { in sym_local() 506 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) in sym_local()
|
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 79 NM_TYPE_FILE = 1 << STT_FILE, /* -t file */ 133 case STT_FILE: in nm_type2str()
|
H A D | mdb_gelf.c | 1689 if (GELF_ST_TYPE(sym->st_info) != STT_FILE) in mdb_gelf_symtab_lookup_by_file() 1704 GELF_ST_TYPE(sym->st_info) == STT_FILE || in mdb_gelf_symtab_lookup_by_file()
|
/titanic_52/usr/src/lib/libkvm/common/ |
H A D | test.c | 219 case STT_FILE: in tst_nlist()
|
/titanic_52/usr/src/cmd/ctfmerge/ |
H A D | ctfmerge.c | 113 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) in ctfmerge_expect_ctf()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 710 #define STT_FILE 4 /* symbol's name is file name */ macro
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 767 #define STT_FILE 4 /* Source file. */ macro
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 2237 if (type == STT_FILE) { in ld_sym_process() 2282 ((type == STT_FILE) && in ld_sym_process()
|
H A D | update.c | 342 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym() 356 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym() 773 if (type == STT_FILE) { in update_osym() 857 * input file (which are identified with a preceding STT_FILE). in update_osym()
|
H A D | sections.c | 118 ((type == STT_FILE) || ((isp == NULL) && in ignore_sym() 2107 * table only ends up with a single STT_FILE in it. There are in make_dynsym() 2350 * If producing a .SUNW_ldynsym, account for the initial STT_FILE in make_dynstr() 3391 * STT_FILE symbol, section symbols, and any register symbols. in ld_make_sections()
|
/titanic_52/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 2598 * starts with an initial STT_FILE symbol. 2601 (ELF_ST_TYPE(sym->st_info) == STT_FILE))
|
/titanic_52/usr/src/uts/common/krtld/ |
H A D | kobj.c | 3340 ELF_ST_TYPE(sp->st_info) != STT_FILE && in lookup_one()
|