Searched refs:STT_FILE (Results 1 – 19 of 19) sorted by relevance
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()
257 if (type == STT_FILE) in check_for_weak()371 case STT_FILE: in sort_iidescs()
150 #define STT_FILE 4 macro
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()
77 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) in ctf_convert_ftypes()
2243 if (type == STT_FILE) { in ctf_dwarf_symtab_iter()2263 if (type == STT_FILE) { in ctf_dwarf_symtab_iter()
38 @ MSG_STT_FILE_CF "STT_FILE" # 4
56 STT_FILE\n"
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()
79 NM_TYPE_FILE = 1 << STT_FILE, /* -t file */133 case STT_FILE: in nm_type2str()
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()
219 case STT_FILE: in tst_nlist()
558 #define STT_FILE 4 /* symbol's name is file name */ macro
113 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) in ctfmerge_expect_ctf()
2237 if (type == STT_FILE) { in ld_sym_process()2282 ((type == STT_FILE) && in ld_sym_process()
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()
118 ((type == STT_FILE) || ((isp == NULL) && in ignore_sym()
2601 (ELF_ST_TYPE(sym->st_info) == STT_FILE))
3340 ELF_ST_TYPE(sp->st_info) != STT_FILE && in lookup_one()