Home
last modified time | relevance | path

Searched refs:STT_FILE (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h150 #define STT_FILE 4 macro
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c195 key[STT_FILE][STB_LOCAL] = "f"; in main()
196 key[STT_FILE][STB_GLOBAL] = "F"; in main()
197 key[STT_FILE][STB_WEAK] = "F*"; in main()
1267 case STT_FILE: (void) printf("%-5s", "FILE"); break;
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg42 @ MSG_STT_FILE_CF "STT_FILE" # 4
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-merge-static.c225 if (type == STT_FILE) { in check_merge_static()
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg57 STT_FILE\n"
H A Dpvs.c490 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) { in sym_local()
507 if (GELF_ST_TYPE(sym.st_info) == STT_FILE) in sym_local()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c97 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) { in ctf_has_c_source()
H A Dctf_lib.c833 if (type == STT_FILE) { in ctf_symtab_iter()
H A Dctf_dwarf.c3438 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) in ctf_dwarf_check_missing()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c83 NM_TYPE_FILE = 1 << STT_FILE, /* -t file */
137 case STT_FILE: in nm_type2str()
H A Dmdb_gelf.c1689 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()
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c217 case STT_FILE: in tst_nlist()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h118 #define STT_FILE 4 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1723 (type == STT_FILE))) { in ld_sym_validate()
2373 if (type == STT_FILE) { in ld_sym_process()
2426 ((type == STT_FILE) && in ld_sym_process()
2463 (type == STT_FILE))) { in ld_sym_process()
H A Dupdate.c348 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym()
362 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym()
712 ((sym->st_name != 0) || (type == STT_FILE)) && in update_osym()
781 if (type == STT_FILE) { in update_osym()
H A Dsections.c121 ((type == STT_FILE) || ((isp == NULL) && in ignore_sym()
H A Dmap_v2.c3041 { MSG_ORIG(MSG_MAPKW_FILE), STT_FILE },
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h729 #define STT_FILE 4 /* symbol's name is file name */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h767 #define STT_FILE 4 /* Source file. */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2578 (ELF_ST_TYPE(sym->st_info) == STT_FILE))
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3346 ELF_ST_TYPE(sp->st_info) != STT_FILE && in lookup_one()