/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 297 { SHN_COMMON, ALL, MSG_SHN_COMMON_CFNP }, in conv_sym_shndx_strings() 308 { SHN_COMMON, ALL, MSG_SHN_COMMON_CF }, in conv_sym_shndx_strings() 319 { SHN_COMMON, ALL, MSG_SHN_COMMON_CFNP }, in conv_sym_shndx_strings() 330 { SHN_COMMON, ALL, MSG_SHN_COMMON_NF }, in conv_sym_shndx_strings()
|
H A D | symbols.msg | 109 @ MSG_SHN_COMMON_CF "SHN_COMMON" # 0xfff2
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 142 if (osym->st_shndx == SHN_COMMON) { in process_member() 147 if ((shndx == SHN_ABS) || (shndx == SHN_COMMON) || in process_member() 566 (sym->st_shndx != SHN_COMMON)) || in ar_extract_bysym() 642 if ((sym->st_shndx == SHN_COMMON) || in ar_extract_bysym()
|
H A D | resolve.c | 347 (shndx == SHN_COMMON))) && in sym_promote() 456 (nsym->st_shndx == SHN_COMMON))) && in sym_override() 847 if ((sdp->sd_sym->st_shndx == SHN_COMMON) && 855 (nsym->st_shndx == SHN_COMMON)) { 876 (sdp->sd_sym->st_shndx == SHN_COMMON) && 879 (nsym->st_shndx == SHN_COMMON)) || 886 (nsym->st_shndx == SHN_COMMON))) { 1133 (nsym->st_shndx == SHN_COMMON)) {
|
H A D | syms.c | 425 if (nsym->st_shndx == SHN_COMMON) in ld_sym_enter() 528 ((nsym->st_shndx == SHN_COMMON) || in ld_sym_enter() 533 (nsym->st_shndx == SHN_COMMON)))) in ld_sym_enter() 1295 (sym->st_shndx != SHN_COMMON)) { in ld_sym_validate() 1517 if ((sym->st_shndx == SHN_COMMON) && in ld_sym_validate() 2259 (sym->st_shndx != SHN_COMMON))) { in ld_sym_process() 2281 ((sym->st_shndx == SHN_COMMON)) || in ld_sym_process()
|
H A D | sunwmove.c | 52 if (sym->st_shndx == SHN_COMMON) in make_mvsections()
|
H A D | map.c | 1093 ms.ms_shndx = SHN_COMMON; in map_version()
|
H A D | machrel.amd.c | 1154 (sdp->sd_sym->st_shndx == SHN_COMMON)) { in ld_add_outrel()
|
H A D | machrel.intel.c | 1140 (sdp->sd_sym->st_shndx == SHN_COMMON)) { in ld_add_outrel()
|
H A D | machrel.sparc.c | 1467 (sdp->sd_sym->st_shndx == SHN_COMMON)) { in ld_add_outrel()
|
H A D | update.c | 1046 (sdp->sd_shndx = symptr->st_shndx) == SHN_COMMON)) { in update_osym() 1638 (sectndx == SHN_COMMON)) { in update_osym()
|
H A D | map_v2.c | 2883 { MSG_ORIG(MSG_MAPKW_COMMON), SHN_COMMON, STT_OBJECT },
|
H A D | relocate.c | 1201 _sdp->sd_shndx = _sdp->sd_sym->st_shndx = SHN_COMMON; in reloc_exec()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 88 #define SHN_COMMON 0xfff2 macro
|
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | dispsyms.c | 247 else if (shndx == SHN_COMMON) in print_symtab()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 320 (sym->st_shndx != SHN_COMMON) && in aout_reloc()
|
/titanic_44/usr/src/lib/libkvm/common/ |
H A D | test.c | 241 case SHN_COMMON: in tst_nlist()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | elf.h | 497 #define SHN_COMMON 0xfff2 macro
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 308 sym.st_shndx = SHN_COMMON; in aout_symconvert()
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 984 if (sp->st_shndx == SHN_COMMON) in load_linker() 2597 sp->st_shndx != SHN_COMMON && in get_syms() 2599 ksp->st_shndx != SHN_COMMON) { in get_syms() 2995 if (sp->st_shndx != SHN_UNDEF && sp->st_shndx != SHN_COMMON) in do_symbols() 3342 sp->st_shndx != SHN_COMMON) in lookup_one()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 171 case SHN_COMMON: in nm_sect2str()
|
/titanic_44/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 1271 (sym_data->shndx == SHN_COMMON)) { in print_with_otherflags()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 96 SHN_COMMON or defined in SHT_NOBITS section\n"
|
H A D | elfdump.c | 3505 if (!((shndx == SHN_COMMON) || in move()
|