/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | sunwmove.c | 337 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) { in ld_process_move() 349 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) { in ld_process_move()
|
H A D | relocate.c | 275 ((rtype != STT_OBJECT) && (rtype != STT_SECTION))) in disp_scansyms() 303 (ttype != STT_SECTION)) in disp_scansyms() 309 if ((rtype != STT_OBJECT) && (rtype != STT_SECTION) && in disp_scansyms() 310 (ttype != STT_OBJECT) && (ttype != STT_SECTION)) in disp_scansyms() 770 * If the symbol is STT_SECTION, and the corresponding in ld_reloc_sym_name() 775 if ((ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) && in ld_reloc_sym_name() 1383 if ((ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) || in reloc_relobj() 1924 * If this is a STT_SECTION symbol, make sure the associated in process_reld() 1936 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) && in process_reld() 2050 if ((ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) in process_reld() [all...] |
H A D | machrel.amd.c | 318 if (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) { in ld_perform_outreloc() 409 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION)) { in ld_perform_outreloc() 829 else if (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) { in ld_do_activerelocs() 1145 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION))) { in ld_add_outrel()
|
H A D | machrel.intel.c | 261 if (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) { in ld_perform_outreloc() 324 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION)) { in ld_perform_outreloc() 800 else if (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) { in ld_do_activerelocs() 1131 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION))) { in ld_add_outrel()
|
H A D | groups.c | 229 (ELF_ST_TYPE(sym->st_info) == STT_SECTION); in ld_group_process()
|
H A D | machrel.sparc.c | 648 if (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) { in ld_perform_outreloc() 752 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION)) { in ld_perform_outreloc() 1118 else if (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) { in ld_do_activerelocs() 1458 (ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION))) { in ld_add_outrel()
|
H A D | sections.c | 108 if (type == STT_SECTION) in ignore_sym() 2706 * In the case of an STT_SECTION symbol, the addend of the in strmerge_get_reloc_str() 2711 if (ELF_ST_TYPE(sdp->sd_sym->st_info) != STT_SECTION) { in strmerge_get_reloc_str() 2719 } else { /* REL and STT_SECTION */ in strmerge_get_reloc_str() 2746 * descriptors with STT_SECTION symbols that reference 2799 * If this is an STT_SECTION symbol, then the second pass in strmerge_pass1() 2802 if ((ELF_ST_TYPE(sdp->sd_sym->st_info) == STT_SECTION) && in strmerge_pass1() 2960 * Revisit the relocation descriptors with STT_SECTION symbols in ld_make_strmerge() 3003 * Generate a symbol name string for STT_SECTION symbols in ld_make_strmerge() 3030 if (ELF_ST_TYPE(sdp->sd_sym->st_info) != STT_SECTION) { in ld_make_strmerge() [all...] |
H A D | update.c | 405 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in update_osym() 662 if ((type = ELF_ST_TYPE(sym->st_info)) == STT_SECTION) in update_osym() 3140 STT_SECTION) { in update_move()
|
H A D | syms.c | 2198 if ((type = ELF_ST_TYPE(sym->st_info)) == STT_SECTION) { in ld_sym_process()
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 149 #define STT_SECTION 3 macro
|
/titanic_52/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 189 key[STT_SECTION][STB_LOCAL] = "s"; in main() 190 key[STT_SECTION][STB_GLOBAL] = "S"; in main() 191 key[STT_SECTION][STB_WEAK] = "S*"; in main() 1233 case STT_SECTION:(void) printf("%-5s", "SECT"); break; in print_with_otherflags()
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.msg | 35 @ MSG_STT_SECTION_CF "STT_SECTION" # 3
|
/titanic_52/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 78 NM_TYPE_SECT = 1 << STT_SECTION, /* -t sect */ 131 case STT_SECTION: in nm_type2str()
|
H A D | mdb_gelf.c | 957 if (type >= STT_NUM || type == STT_SECTION) in gelf32_symtab_init() 1054 if (type >= STT_NUM || type == STT_SECTION) in gelf64_symtab_init() 1703 if (GELF_ST_TYPE(sym->st_info) == STT_SECTION || in mdb_gelf_symtab_lookup_by_file()
|
/titanic_52/usr/src/lib/libkvm/common/ |
H A D | test.c | 216 case STT_SECTION: in tst_nlist()
|
/titanic_52/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 475 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in output()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 709 #define STT_SECTION 3 /* symbol identifies an ELF section */ macro
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 766 #define STT_SECTION 3 /* Section. */ macro
|
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 84 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit32() 117 if (type >= STT_NUM || type == STT_SECTION) in dt_module_syminit64()
|
/titanic_52/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 504 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) in sym_local()
|
/titanic_52/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 2622 (ELF_ST_TYPE(sym->st_info) != STT_SECTION)) 2967 if ((ELF_ST_TYPE(sym->st_info) == STT_SECTION)) {
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 293 if ((ELF_ST_TYPE(sym->st_info) == STT_SECTION) && in relsymname() 1085 0, /* STT_SECTION */ in output_symbol() 1234 } else if ((type != STT_SECTION) && sym->st_size && in output_symbol() 4171 (ELF_ST_TYPE(sym->st_info) == STT_SECTION)) in group()
|
/titanic_52/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 2865 * If symbol's type is STT_SECTION, then try to lookup in Psymbol_iter_com() 2868 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION && in Psymbol_iter_com()
|
/titanic_52/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1575 6901773 Special handling of STT_SECTION group signature symbol for GNU objects
|