/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 94 outsec.os_name = basename(file); in input() 147 namesz = strlen(outsec.os_name) + 1; in input() 173 outsec.os_name = stdsecs->ss_name; in input() 184 prog, outsec.os_name, strerror(err)); in input() 195 odp->od_shstrtabsz += (strlen(outsec.os_name) + 1); in input() 293 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() 298 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() 310 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() 346 if (strcmp(outsec->os_name, MSG_ORIG(MSG_SCN_STRTAB))) in output() 392 prog, outsec->os_name, elf_errmsg(elf_errno())); in output() [all …]
|
H A D | _elfwrap.h | 52 const char *os_name; /* section name */ member
|
/illumos-gate/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"
|
/illumos-gate/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 | 1227 (strcmp(oname, osp->os_name) == 0)) { in ld_place_section() 1392 osp->os_name = oname; in ld_place_section() 1423 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) { in ld_place_section() 1463 ofl->ofl_name, osp->os_name, sgp->sg_name); in ld_place_section()
|
H A D | ldentry.c | 98 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() 806 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc() 1689 ld_reloc_sym_name(rsp), osp->os_name); in ld_reloc_local()
|
H A D | sections.c | 249 osp->os_name); in adjust_os_count() 2481 strlen(osp->os_name) + 1)) == 0) in make_reloc() 2484 (void) strcat(sectname, osp->os_name); in make_reloc() 3112 DBG_CALL(Dbg_sec_genstr_compress(ofl->ofl_lml, osp->os_name, data_size, in ld_strmerge_sec()
|
H A D | machrel.amd.c | 456 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, in ld_perform_outreloc() 1318 ld_reloc_sym_name(rsp), osp->os_name); in ld_reloc_local()
|
H A D | machrel.intel.c | 375 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_REL, &rea, relosp->os_name, in ld_perform_outreloc() 1309 ld_reloc_sym_name(rsp), osp->os_name); in ld_reloc_local()
|
H A D | update.c | 441 (void) st_setstring(shstrtab, osp->os_name, &stoff); in update_osym() 468 if ((iosp == NULL) && (strcmp(osp->os_name, in update_osym() 471 if ((fosp == NULL) && (strcmp(osp->os_name, in update_osym() 3252 ofl->ofl_osmove->os_name)); in update_move() 3319 elf_ndxscn(osp->os_scn), osp->os_name); in update_ogroup()
|
H A D | syms.c | 942 MSG_ORIG(MSG_SYM_SECBOUND_START), osp->os_name); in sym_add_bounds() 948 MSG_ORIG(MSG_SYM_SECBOUND_STOP), osp->os_name); in sym_add_bounds() 1022 if (is_cname(osp->os_name)) { in ld_sym_spec()
|
/illumos-gate/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 | 345 dbg_print(lml, MSG_INTL(MSG_SYM_SECTION), EC_WORD(ndx), osp->os_name, in Dbg_syms_sec_entry()
|
H A D | liblddbg.msg | 1617 @ MSG_SEC_NAME " section[%d] os_name: %s"
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | ws.sh | 401 os_name=`uname -s` 403 if [[ $os_name != "SunOS" || `expr $os_rev : "5\."` != "2" ]]; then 408 echo " This machine appears to be running: $os_name $os_rev"
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | libld.h | 984 const char *os_name; /* the section name */ member
|
/illumos-gate/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 | 4177 (void) memcpy(dv->os_name, "Solaris", strlen("Solaris")); in fill_up_drv_ver()
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.h | 1801 uint8_t os_name[16]; member
|
H A D | mr_sas.c | 6141 (void) memcpy(dv->os_name, "Solaris", strlen("Solaris")); in fill_up_drv_ver()
|