/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | shdr.msg | 47 section header [0]: Header [0] is used for \ 48 extended section and program headers by the ehdr \ 78 Interpret the sec argument as a section index rather than\n\ 79 as a section name. section can be one of the well known SHN_\n\ 83 Interpret the sec argument as a section type rather than\n\ 84 as a section name. section can be one of the well known SHT_\n\ 92 Interpret the value argument as a section name rather than\n\ 93 as an integer. The index of the first section with the\n\ 97 Interpret the value argument as a section type rather than\n\ 98 as an integer. The index of the first section of the specified\n\ [all …]
|
H A D | dyn.msg | 57 @ MSG_DEBUG_NULLTERM "[%d: %s][%d]: ELF warning: dynamic section is \ 66 @ MSG_ERR_NODTELT "[%d: %s]: Dynamic section does not contain tag: %s\n" 67 @ MSG_ERR_NOEXTRANULL "[%d: %s]: Dynamic section does not have room to add \ 103 dynamic section that has the specified tag type, creating\n\ 119 section, rather than as a DT_ tag value.\n" 137 dynamic section that has the specified tag value will be used.\n\ 142 as a simple integer index into the dynamic section.\n" 151 Element within dynamic section. By default, this is a tag\n\ 157 direct numeric index into the dynamic section.\n" 160 Value to set for specified dynamic section element. By\n\ [all …]
|
H A D | ehdr.msg | 47 @ MSG_DEBUG_NOTSTRTAB "ehdr.%s: ELF warning: section is not a \ 87 Interpret the sec argument as a section index rather than\n\ 88 as a section name. section can be one of the well known SHN_\n\ 92 Interpret the sec argument as a section type rather than\n\ 93 as a section name. section can be one of the well known SHT_\n\ 130 New value for section header table's file offset.\n" 148 New value for size of one entry in the file's section header table,\n\ 152 New value for number of entries in the section header table.\n" 155 String table section containing section name strings.\n\ 157 of the desired section. The section index of the first\n\ [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_set.c | 87 struct profile_node *section, *node; in profile_update_relation() local 104 section = profile->first_file->data->root; in profile_update_relation() 107 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation() 108 &state, §ion); in profile_update_relation() 116 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); in profile_update_relation() 139 struct profile_node *section, *node; in profile_clear_relation() local 150 section = profile->first_file->data->root; in profile_clear_relation() 153 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation() 154 &state, §ion); in profile_clear_relation() 161 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); in profile_clear_relation() [all …]
|
H A D | prof_tree.c | 154 errcode_t profile_add_node(struct profile_node *section, const char *name, in profile_add_node() argument 160 CHECK_MAGIC(section); in profile_add_node() 162 if (section->value) in profile_add_node() 170 for (p=section->first_child, last = 0; p; last = p, p = p->next) { in profile_add_node() 179 new->group_level = section->group_level+1; in profile_add_node() 181 new->parent = section; in profile_add_node() 189 section->first_child = new; in profile_add_node() 248 errcode_t profile_find_node(struct profile_node *section, const char *name, in profile_find_node() argument 254 CHECK_MAGIC(section); in profile_find_node() 259 p = section->first_child; in profile_find_node() [all …]
|
H A D | prof_int.h | 162 (struct profile_node *section, 179 (struct profile_node *section, 185 (struct profile_node *section, 190 (struct profile_node *section, 195 (struct profile_node *section, 199 (struct profile_node *section, const char *name); 202 (struct profile_node *section, void **state,
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_parse.c | 74 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() argument 84 if (section != ns_s_qd) { in ns_skiprr() 134 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 139 tmp = section; in ns_parserr() 140 if (tmp < 0 || section >= ns_s_max) in ns_parserr() 142 if (section != handle->_sect) in ns_parserr() 143 setsection(handle, section); in ns_parserr() 148 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr() 151 setsection(handle, section); in ns_parserr() 153 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section, in ns_parserr() [all …]
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 99 static int get_sensor_by_name(const rmclomv_cache_section_t *section, 101 static int validate_section_entry(rmclomv_cache_section_t *section, 103 static int add_names_to_section(rmclomv_cache_section_t *section); 104 static void free_section(rmclomv_cache_section_t *section); 106 rmclomv_cache_section_t *section); 616 free_section(rmclomv_cache_section_t *section) in free_section() argument 618 size_t len = section->section_len; in free_section() 619 kmem_free(section, len); in free_section() 627 add_section(rmclomv_cache_section_t **head, rmclomv_cache_section_t *section) in add_section() argument 629 section->next_section = *head; in add_section() [all …]
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/ |
H A D | README.md | 4 If we place an input section which is in a group in the same output section as 5 another input section this leaves us with problems: 7 1. If the other input section was not previously member of a group, its data 9 2. If the other input section _was_ a member of a group we now have two groups 10 containing the same section, where discarding one will corrupt the other. 11 3. ... and if that section had associated relocations, which must have been 13 output section further corrupting the group, as there is now no mapping 23 other input section, and has the duplicate section discarded by the COMDAT 26 other input section, and has the duplicate section discarded by the COMDAT 29 sections are merged into a single output section.
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 129 char *section, *value, *name; in sc_get() local 176 section = sa_get_property_attr(propsect, in sc_get() 188 section != NULL ? section : ""); in sc_get() 190 if (section != NULL) in sc_get() 191 sa_free_attr_string(section); in sc_get() 225 section = sa_get_property_attr(propsect, in sc_get() 238 section != NULL ? in sc_get() 239 section : "", opt->optname, in sc_get() 251 if (section != NULL) in sc_get() 252 sa_free_attr_string(section); in sc_get() [all …]
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 40 @ MSG_USAGE_DETAIL1 "\t[-c]\t\tdump section header information\n" 42 @ MSG_USAGE_DETAIL3 "\t[-d]\t\tdump the contents of the .dynamic section\n" 45 @ MSG_USAGE_DETAIL6 "\t[-G]\t\tdump the contents of the .got section\n" 46 @ MSG_USAGE_DETAIL7 "\t[-h]\t\tdump the contents of the .hash section\n" 47 @ MSG_USAGE_DETAIL8 "\t[-H]\t\tdump the contents of the .SUNW_cap section\n" 48 @ MSG_USAGE_DETAIL9 "\t[-i]\t\tdump the contents of the .interp section\n" 50 @ MSG_USAGE_DETAIL11 "\t[-l]\t\tdump with no truncated section names\n" 53 section\n" 54 @ MSG_USAGE_DETAIL14 "\t[-n]\t\tdump the contents of the .note section\n" 58 section headers\n" [all …]
|
/illumos-gate/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 202 range_check_validator(int index, char *section, char *value) in range_check_validator() argument 227 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() argument 245 yes_no_validator(int index, char *section, char *value) in yes_no_validator() argument 264 ip_address_validator(int index, char *section, char *value) in ip_address_validator() argument 280 minauth_validator(int index, char *section, char *value) in minauth_validator() argument 295 protocol_validator(int index, char *section, char *value) in protocol_validator() argument 310 signing_validator(int index, char *section, char *value) in signing_validator() argument 326 password_validator(int index, char *section, char *value) in password_validator() argument 447 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; in smbfs_save_propset() local 454 propset = sa_get_protocol_section(protoset, section); in smbfs_save_propset() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/ |
H A D | vdev_zaps.kshlib | 22 typeset dsk_line next_vd_line conf section 34 section=$(cat "$conf" | sed "1,${dsk_line}d" | head -n \ 38 section=$(tail -n +$dsk_line "$conf") 40 echo "$section" 45 typeset section=$(get_conf_section "$1" "$2") 46 echo "$section" | egrep \ 52 typeset section=$(get_conf_section "$1" "$2") 53 echo "$section" | egrep \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.sh | 201 shift; section=$1 270 *VERSION*)key=${standard}${section} ;; 290 eval CONF_section_${key}='$'section 316 …printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$… 505 part=$section 506 case $section in 509 POSIX|XOPEN) part=$section ;; 650 …printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$… 711 *S*) case $section in 713 *) eval x='$'CONF_call_${c}_${standard}${section}_${name} ;; [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 55 int fru_get_sections(container_hdl_t container, section_t *section, 57 int fru_get_num_segments(section_hdl_t section, door_cred_t *cred); 58 int fru_get_segments(section_hdl_t section, segment_t *segment, 60 int fru_add_segment(section_hdl_t section, segment_t *segment, 167 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections() argument 178 sections.frus = section; in fru_get_sections() 187 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments() argument 195 numsegments.hdl = section; in fru_get_num_segments() 205 fru_get_segments(section_hdl_t section, segment_t *segment, int max_segments, in fru_get_segments() argument 214 segments.fru_hdl = section; in fru_get_segments() [all …]
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, in fru_get_segments() argument 518 sec_object = lookup_handle_object(section, SECTION_TYPE); in fru_get_segments() 593 get_section(raw_list_t *rawlist, hash_obj_t *sec_hash, section_t *section) in get_section() argument 612 section->handle = sec_hash->obj_hdl; in get_section() 613 section->offset = sec_obj->section.offset; in get_section() 614 section->length = sec_obj->section.length; in get_section() 615 section->protection = sec_obj->section.protection; in get_section() 616 section->version = sec_obj->section.version; in get_section() 619 retval = raw_memcpy(&sec_hdr, rawlist, sec_obj->section.offset, in get_section() 630 (hdrver != section->version)) { in get_section() [all …]
|
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/ |
H A D | style1-main.s | 16 .section .rodata.str1.1,"aMS",@progbits,1 42 .section .rodata.str1.1 45 .section .tdata,"awT",@progbits 52 .section .rodata.str1.1 55 .section .tdata
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/ |
H A D | strip-two-sections.s | 2 .section .test_data,"aG",@progbits,group1,comdat 6 .section .debug_stuff,"G",@progbits,group1,comdat 10 .section .debug_stuff2,"G",@progbits,group1,comdat 14 .section .test_code,"aG",@progbits,group1,comdat
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 154 .section ".text"; \ 163 .section ".text"; \ 170 .section ".text"; \ 180 .section ".text"; \ 190 .section ".text"; \ 219 .section ".data"; \ 226 .section ".data"; \
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 187 .init section should\n\ 188 \t\t\tbe executed before the .init section of any \ 214 @ MSG_ARG_DETAIL_ZNLD "\t[-z noldynsym]\tdo not add a .SUNW_ldynsym section\n" 261 @ MSG_GRP_INVALNDX "file %s: group section [%u]%s: entry %d: \ 262 invalid section index: %d" 263 @ MSG_GRP_MISSINGOUT "file %s: discarded section: [%u]%s: part of output group [%u]%s" 273 @ MSG_REL_NULL "relocation error: file %s: section [%u]%s: \ 275 @ MSG_REL_NOTSUP "relocation error: %s: file %s: section [%u]%s: \ 292 @ MSG_REL_UNKNWSYM "relocation error: %s: file %s: section [%u]%s: \ 297 @ MSG_REL_INVALOFFSET "relocation error: %s: file %s section [%u]%s: \ [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_groups.c | 66 grp_make_entry(unsigned section, unsigned group,const char *name) in grp_make_entry() argument 71 e->gm_key = section; in grp_make_entry() 213 Dwarf_Unsigned section; member 231 temp_map_data[map_reccount].section = re->gm_key; in grp_walk_map() 249 if (lv->section < rv->section) { in map_sort_compar() 252 if (lv->section > rv->section) { in map_sort_compar() 301 sec_numbers_array[i] = temp_map_data[i].section; in dwarf_sec_group_map()
|
H A D | dwarf_init_finish.c | 713 struct Dwarf_dbg_sect_s *section = &dbg->de_debug_sections[i]; in is_section_name_known_already() local 714 if (!strcmp(scn_name, section->ds_name)) { in is_section_name_known_already() 1405 struct Dwarf_dbg_sect_s *section; in _dwarf_setup() local 1423 section = &dbg->de_debug_sections[ in _dwarf_setup() 1426 section->ds_secdata, &doas, in _dwarf_setup() 1430 section->ds_duperr, in _dwarf_setup() 1431 section->ds_emptyerr); in _dwarf_setup() 1436 sections[obj_section_index] = section->ds_secdata; in _dwarf_setup() 1437 foundDwarf += section->ds_have_dwarf; in _dwarf_setup() 1710 struct Dwarf_Section_s *section, in do_decompress_zlib() argument [all …]
|
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 369 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument 381 *section = rc_section; in find_first_section() 387 return (find_next_section(rc_section, section)); in find_first_section() 482 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) in add_segs_for_section() argument 487 if ((rc = picl_get_propval_by_name(section, in add_segs_for_section() 506 rc = picl_get_propval_by_name(section, in add_segs_for_section() 629 picl_nodehdl_t section; in fpt_add_seg() local 634 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), §ion)) in fpt_add_seg() 640 if ((picl_err = picl_get_propval_by_name(section, in fpt_add_seg() 644 picl_err = picl_set_propval_by_name(section, in fpt_add_seg() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | Makefile.am | 42 --section=8 --output=$@ $< 47 --section=8 --output=$@ $< 52 --section=1 --output=$@ $< 58 --section=8 --output=$@ $< 64 --section=8 --output=$@ $<
|
/illumos-gate/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 380 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument 392 *section = rc_section; in find_first_section() 398 return (find_next_section(rc_section, section)); in find_first_section() 493 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) in add_segs_for_section() argument 498 if ((rc = ptree_get_propval_by_name(section, in add_segs_for_section() 517 rc = ptree_get_propval_by_name(section, in add_segs_for_section() 640 picl_nodehdl_t section; in fpt_add_seg() local 645 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), §ion)) in fpt_add_seg() 651 if ((picl_err = ptree_get_propval_by_name(section, in fpt_add_seg() 655 picl_err = ptree_update_propval_by_name(section, in fpt_add_seg() [all …]
|