Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 257) sorted by relevance

1234567891011

/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg47 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 Ddyn.msg57 @ 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 Dehdr.msg47 @ 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 …]
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c88 struct profile_node *section, *node; in profile_update_relation() local
105 section = profile->first_file->data->root; in profile_update_relation()
108 retval = profile_find_node(section, *cpp, 0, 1, in profile_update_relation()
109 &state, &section); in profile_update_relation()
117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node); in profile_update_relation()
140 struct profile_node *section, *node; in profile_clear_relation() local
151 section = profile->first_file->data->root; in profile_clear_relation()
154 retval = profile_find_node(section, *cpp, 0, 1, in profile_clear_relation()
155 &state, &section); in profile_clear_relation()
162 retval = profile_find_node(section, *cpp, 0, 0, &state, &node); in profile_clear_relation()
[all …]
H A Dprof_tree.c154 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 Dprof_int.h162 (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,
/titanic_50/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() argument
90 if (section != ns_s_qd) { in ns_skiprr()
140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument
145 tmp = section; in ns_parserr()
146 if (tmp < 0 || section >= ns_s_max) in ns_parserr()
148 if (section != handle->_sect) in ns_parserr()
149 setsection(handle, section); in ns_parserr()
154 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()
157 setsection(handle, section); in ns_parserr()
159 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section, in ns_parserr()
[all …]
/titanic_50/usr/src/uts/sun4u/io/
H A Drmclomv.c99 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 …]
/titanic_50/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c128 char *section, *value, *name; in sc_get() local
175 section = sa_get_property_attr(propsect, in sc_get()
187 section != NULL ? section : ""); in sc_get()
189 if (section != NULL) in sc_get()
190 sa_free_attr_string(section); in sc_get()
223 section = sa_get_property_attr(propsect, in sc_get()
236 section != NULL ? in sc_get()
237 section : "", opt->optname, in sc_get()
249 if (section != NULL) in sc_get()
250 sa_free_attr_string(section); in sc_get()
[all …]
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg38 @ MSG_USAGE_DETAIL1 "\t[-c]\t\tdump section header information\n"
40 @ MSG_USAGE_DETAIL3 "\t[-d]\t\tdump the contents of the .dynamic section\n"
43 @ MSG_USAGE_DETAIL6 "\t[-G]\t\tdump the contents of the .got section\n"
44 @ MSG_USAGE_DETAIL7 "\t[-h]\t\tdump the contents of the .hash section\n"
45 @ MSG_USAGE_DETAIL8 "\t[-H]\t\tdump the contents of the .SUNW_cap section\n"
46 @ MSG_USAGE_DETAIL9 "\t[-i]\t\tdump the contents of the .interp section\n"
48 @ MSG_USAGE_DETAIL11 "\t[-l]\t\tdump with no truncated section names\n"
51 section\n"
52 @ MSG_USAGE_DETAIL14 "\t[-n]\t\tdump the contents of the .note section\n"
56 section headers\n"
[all …]
/titanic_50/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c193 range_check_validator(int index, char *section, char *value) in range_check_validator() argument
218 string_length_check_validator(int index, char *section, char *value) in string_length_check_validator() argument
236 yes_no_validator(int index, char *section, char *value) in yes_no_validator() argument
255 ip_address_validator(int index, char *section, char *value) in ip_address_validator() argument
271 minauth_validator(int index, char *section, char *value) in minauth_validator() argument
289 signing_validator(int index, char *section, char *value) in signing_validator() argument
305 password_validator(int index, char *section, char *value) in password_validator() argument
426 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; in smbfs_save_propset() local
433 propset = sa_get_protocol_section(protoset, section); in smbfs_save_propset()
595 smbfs_validate_proto_prop(int index, char *section, char *name, char *value) in smbfs_validate_proto_prop() argument
[all …]
/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg.h50 int cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section,
52 int cfg_get_options(CFGFILE *cfg, int section, const char *basekey,
54 int cfg_put_options(CFGFILE *cfg, int section, const char *basekey,
59 int cfg_get_num_entries(CFGFILE *cfg, char *section);
64 int cfg_get_section(CFGFILE *cfg, char ***buf, const char *section);
66 void cfg_rewind(CFGFILE *cfg, int section);
87 int cfg_update_parser_config(CFGFILE *, const char *key, int section);
H A Dcfg.c80 char section[CFG_MAX_KEY]; member
230 cfg_get_parser_offset(const char *section) in cfg_get_parser_offset() argument
240 if (strcmp(chead[i].tag.l_word, section) == 0) in cfg_get_parser_offset()
397 char *section; in cfg_get_cstring() local
426 section = strtok(tmpkey, "."); in cfg_get_cstring()
433 section, setp); in cfg_get_cstring()
437 section, setp, itemp); in cfg_get_cstring()
440 table_offset = cfg_get_parser_offset(section); in cfg_get_cstring()
471 if (cfg_filter_node(cfg, &chead[0], buf, section)) in cfg_get_cstring()
498 needed = cfg_get_item(&chead[0], section, itemp); in cfg_get_cstring()
[all …]
/titanic_50/usr/src/lib/libast/common/comp/
H A Dconf.sh185 shift; section=$1
254 *VERSION*)key=${standard}${section} ;;
274 eval CONF_section_${key}='$'section
300 …printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$…
489 part=$section
490 case $section in
493 POSIX|XOPEN) part=$section ;;
634 …printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$…
695 *S*) case $section in
697 *) eval x='$'CONF_call_${c}_${standard}${section}_${name} ;;
[all …]
/titanic_50/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A Dstyle1-main.s16 .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
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c449 sec_hash_obj->u.sec_obj->section.handle = sec_hash_obj->obj_hdl; in initialize_ipmi_container()
450 sec_hash_obj->u.sec_obj->section.offset = 0; in initialize_ipmi_container()
451 sec_hash_obj->u.sec_obj->section.protection = READ_ONLY_SECTION; in initialize_ipmi_container()
453 sec_hash_obj->u.sec_obj->section.length = STATIC_LENGTH; in initialize_ipmi_container()
454 sec_hash_obj->u.sec_obj->section.version = SECTION_HDR_VER; in initialize_ipmi_container()
529 ipmi_fru_get_sections(container_hdl_t container, section_t *section, in ipmi_fru_get_sections() argument
548 sec_hash != NULL; count++, section++) { in ipmi_fru_get_sections()
550 section->handle = sec_hash->u.sec_obj->section.handle; in ipmi_fru_get_sections()
551 section->offset = sec_hash->u.sec_obj->section.offset; in ipmi_fru_get_sections()
552 section->length = sec_hash->u.sec_obj->section.length; in ipmi_fru_get_sections()
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c57 int fru_get_sections(container_hdl_t container, section_t *section,
59 int fru_get_num_segments(section_hdl_t section, door_cred_t *cred);
60 int fru_get_segments(section_hdl_t section, segment_t *segment,
62 int fru_add_segment(section_hdl_t section, segment_t *segment,
169 fru_get_sections(container_hdl_t container, section_t *section, in fru_get_sections() argument
180 sections.frus = section; in fru_get_sections()
189 fru_get_num_segments(section_hdl_t section, door_cred_t *cred) in fru_get_num_segments() argument
197 numsegments.hdl = section; in fru_get_num_segments()
207 fru_get_segments(section_hdl_t section, segment_t *segment, int max_segments, in fru_get_segments() argument
216 segments.fru_hdl = section; in fru_get_segments()
[all …]
/titanic_50/usr/src/lib/libfru/libfruraw/
H A Draw_access.c510 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 …]
/titanic_50/usr/src/uts/sparc/sys/
H A Dasm_linkage.h156 .section ".text"; \
165 .section ".text"; \
172 .section ".text"; \
182 .section ".text"; \
192 .section ".text"; \
221 .section ".data"; \
228 .section ".data"; \
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg189 .init section should\n\
190 \t\t\tbe executed before the .init section of any \
216 @ 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"
272 @ MSG_REL_NULL "relocation error: file %s: section [%u]%s: \
274 @ MSG_REL_NOTSUP "relocation error: %s: file %s: section [%u]%s: \
291 @ MSG_REL_UNKNWSYM "relocation error: %s: file %s: section [%u]%s: \
296 @ MSG_REL_INVALOFFSET "relocation error: %s: file %s section [%u]%s: \
298 @ MSG_REL_INVALRELT "relocation error: file %s: section [%u]%s: \
[all …]
/titanic_50/usr/src/grub/grub-0.97/docs/
H A DMakefile.am42 --section=8 --output=$@ $<
47 --section=8 --output=$@ $<
52 --section=1 --output=$@ $<
58 --section=8 --output=$@ $<
64 --section=8 --output=$@ $<
/titanic_50/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument
383 *section = rc_section; in find_first_section()
389 return (find_next_section(rc_section, section)); in find_first_section()
484 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) in add_segs_for_section() argument
489 if ((rc = picl_get_propval_by_name(section, in add_segs_for_section()
508 rc = picl_get_propval_by_name(section, in add_segs_for_section()
631 picl_nodehdl_t section; in fpt_add_seg() local
636 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &section)) in fpt_add_seg()
642 if ((picl_err = picl_get_propval_by_name(section, in fpt_add_seg()
646 picl_err = picl_set_propval_by_name(section, in fpt_add_seg()
[all …]
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh55 .section ".note"
67 .section ".rodata", #alloc
85 .section .note
97 .section .rodata, "a"
/titanic_50/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section) in find_first_section() argument
394 *section = rc_section; in find_first_section()
400 return (find_next_section(rc_section, section)); in find_first_section()
495 add_segs_for_section(picl_nodehdl_t section, fru_strlist_t *list) in add_segs_for_section() argument
500 if ((rc = ptree_get_propval_by_name(section, in add_segs_for_section()
519 rc = ptree_get_propval_by_name(section, in add_segs_for_section()
642 picl_nodehdl_t section; in fpt_add_seg() local
647 if ((err = find_first_section(TREEHDL_TO_PICLHDL(handle), &section)) in fpt_add_seg()
653 if ((picl_err = ptree_get_propval_by_name(section, in fpt_add_seg()
657 picl_err = ptree_update_propval_by_name(section, in fpt_add_seg()
[all …]
/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py682 section = sect[datap:].split()[1]
685 error("Could not get type for sect: " + section +
688 header[section] = sh_type
695 def extract_elf_section(f, section) : argument
697 rc, data = getoutput(dump_cmd + " -sn " + section + " " + f)
700 error(dump_cmd + "yielded no data on section " + section +
720 def diff_elf_section(f1, f2, section, sh_type) : argument
729 elif (section == ".group") :
732 elif (section == ".hash") :
735 elif (section == ".dynamic") :
[all …]

1234567891011