Searched refs:STT_FILE (Results 1 – 21 of 21) sorted by relevance
150 #define STT_FILE 4 macro
195 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;
42 @ MSG_STT_FILE_CF "STT_FILE" # 4
225 if (type == STT_FILE) { in check_merge_static()
57 STT_FILE\n"
490 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()
97 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) { in ctf_has_c_source()
833 if (type == STT_FILE) { in ctf_symtab_iter()
3438 if (GELF_ST_TYPE(sym.st_info) != STT_FILE) in ctf_dwarf_check_missing()
83 NM_TYPE_FILE = 1 << STT_FILE, /* -t file */137 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()
217 case STT_FILE: in tst_nlist()
118 #define STT_FILE 4 macro
1723 (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()
348 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()
121 ((type == STT_FILE) || ((isp == NULL) && in ignore_sym()
3041 { MSG_ORIG(MSG_MAPKW_FILE), STT_FILE },
729 #define STT_FILE 4 /* symbol's name is file name */ macro
767 #define STT_FILE 4 /* Source file. */ macro
2578 (ELF_ST_TYPE(sym->st_info) == STT_FILE))
3346 ELF_ST_TYPE(sp->st_info) != STT_FILE && in lookup_one()