/titanic_50/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 95 outsec.os_name = basename(file); in input() 148 namesz = strlen(outsec.os_name) + 1; in input() 174 outsec.os_name = stdsecs->ss_name; in input() 185 prog, outsec.os_name, strerror(err)); in input() 196 odp->od_shstrtabsz += (strlen(outsec.os_name) + 1); in input() 294 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() 299 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() 311 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() 347 if (strcmp(outsec->os_name, MSG_ORIG(MSG_SCN_STRTAB))) in output() 393 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() [all …]
|
H A D | _elfwrap.h | 54 const char *os_name; /* section name */ member
|
/titanic_50/usr/src/cmd/mdb/tools/scripts/ |
H A D | mdb.sh | 33 os_name='s81' # Default OS name prefix 90 build=${os_name}_0$build 92 build=${os_name}_$build 98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'` 111 echo "\t e.g. -${os_name}" 113 echo "\t e.g. -${os_name}_01" 114 echo "\t-[0-9]+ Use proto area for specified build of $os_name"
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | unwind.c | 610 osp->os_name); in ld_unwind_populate_hdr() 619 osp->os_name); in ld_unwind_populate_hdr() 635 osp->os_name); in ld_unwind_populate_hdr() 655 osp->os_name); in ld_unwind_populate_hdr() 677 osp->os_name); in ld_unwind_populate_hdr() 683 osp->os_name, ciePflag); in ld_unwind_populate_hdr() 719 osp->os_name); in ld_unwind_populate_hdr() 725 osp->os_name, cieRflag); in ld_unwind_populate_hdr()
|
H A D | place.c | 1106 (strcmp(oname, osp->os_name) == 0)) { in ld_place_section() 1262 osp->os_name = oname; in ld_place_section() 1293 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) { in ld_place_section() 1333 ofl->ofl_name, osp->os_name, sgp->sg_name); in ld_place_section()
|
H A D | ldentry.c | 94 osp->os_name, EC_ADDR(osp->os_shdr->sh_addr), in ld_map_out()
|
H A D | machrel.sparc.c | 615 relosp->os_name, ld_reloc_sym_name(orsp))); in ld_perform_outreloc() 788 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc() 1655 ld_reloc_sym_name(rsp), osp->os_name); in ld_reloc_local()
|
H A D | sections.c | 246 osp->os_name); in adjust_os_count() 2452 strlen(osp->os_name) + 1)) == 0) in make_reloc() 2455 (void) strcat(sectname, osp->os_name); in make_reloc() 3078 DBG_CALL(Dbg_sec_genstr_compress(ofl->ofl_lml, osp->os_name, data_size, in ld_make_strmerge()
|
H A D | machrel.intel.c | 362 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_REL, &rea, relosp->os_name, in ld_perform_outreloc() 1267 ld_reloc_sym_name(rsp), osp->os_name); in ld_reloc_local()
|
H A D | machrel.amd.c | 443 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc() 1291 ld_reloc_sym_name(rsp), osp->os_name); in ld_reloc_local()
|
H A D | update.c | 435 (void) st_setstring(shstrtab, osp->os_name, &stoff); in update_osym() 462 if ((iosp == NULL) && (strcmp(osp->os_name, in update_osym() 465 if ((fosp == NULL) && (strcmp(osp->os_name, in update_osym() 3173 ofl->ofl_osmove->os_name)); in update_move()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | sections.c | 107 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_COMP), osp->os_name, in Dbg_sec_strtab() 110 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_STND), osp->os_name, in Dbg_sec_strtab() 118 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_HD), osp->os_name, in Dbg_sec_strtab() 150 Dbg_sec_genstr_compress(Lm_list *lml, const char *os_name, in Dbg_sec_genstr_compress() argument 156 dbg_print(lml, MSG_INTL(MSG_SEC_GENSTR_COMP), os_name, in Dbg_sec_genstr_compress() 237 dbg_print(lml, MSG_INTL(MSG_SEC_ADDED), osp->os_name, in Dbg_sec_added() 247 dbg_print(lml, MSG_INTL(MSG_SEC_CREATED), osp->os_name, in Dbg_sec_created() 352 dbg_print(lml, str, osp->os_name); in Dbg_sec_order_list()
|
H A D | relocate.c | 146 dbg_print(lml, MSG_INTL(MSG_REL_GENERATE), osp->os_name); in Dbg_reloc_generate() 176 if (osp && osp->os_name) in Dbg_reloc_proc() 177 str1 = osp->os_name; in Dbg_reloc_proc() 225 secname = osp->os_name; in Dbg_reloc_doact() 379 secname = osp ? osp->os_name : MSG_INTL(MSG_STR_NULL); in Dbg_reloc_ors_entry() 415 secname = RELAUX_GET_OSDESC(arsp)->os_name; in Dbg_reloc_ars_entry()
|
H A D | segments.c | 155 dbg_print(lml, MSG_ORIG(MSG_SEC_NAME), ndx, osp->os_name); in Dbg_seg_os()
|
H A D | syms.c | 352 dbg_print(lml, MSG_INTL(MSG_SYM_SECTION), EC_WORD(ndx), osp->os_name, in Dbg_syms_sec_entry()
|
H A D | liblddbg.msg | 1613 @ MSG_SEC_NAME " section[%d] os_name: %s"
|
/titanic_50/usr/src/tools/scripts/ |
H A D | ws.sh | 391 os_name=`uname -s` 393 if [[ $os_name != "SunOS" || `expr $os_rev : "5\."` != "2" ]]; then 398 echo " This machine appears to be running: $os_name $os_rev"
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | libld.h | 975 const char *os_name; /* the section name */ member
|
/titanic_50/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.h | 1421 uint8_t os_name[16]; member
|
H A D | megaraid_sas.c | 4184 (void) memcpy(dv->os_name, "Solaris", strlen("Solaris")); in fill_up_drv_ver()
|
/titanic_50/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 1799 uint8_t os_name[16]; member
|
H A D | mr_sas.c | 6167 (void) memcpy(dv->os_name, "Solaris", strlen("Solaris")); in fill_up_drv_ver()
|