Home
last modified time | relevance | path

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

12345678910>>...13

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg79 as a section name. section can be one of the well known SHN_\n\
84 as a section name. section can be one of the well known SHT_\n\
107 interpreted as the name of the desired section. The section\n\
186 sh_addr for every section in the section header array is\n\
234 of sh_flags for every section in the section header array\n\
259 of sh_info for every section in the section header array\n\
273 of sh_link for every section in the section header array\n\
320 section type is SHT_NOBITS, the section occupies sh_size\n\
325 of sh_size for every section in the section header array\n\
335 The type of a section categorizes the section's contents\n\
[all …]
H A Ddyn.msg119 section, rather than as a DT_ tag value.\n"
142 as a simple integer index into the dynamic section.\n"
157 direct numeric index into the dynamic section.\n"
160 Value to set for specified dynamic section element. By\n\
230 value of an element in the dynamic section, or to add\n\
244 end of the dynamic section to fill the vacated space.\n\
364 of the section, a new one is inserted.\n"
388 of the section, a new one is inserted.\n"
412 of the section, a new one is inserted.\n"
422 of the section, a new one is inserted.\n"
[all …]
H A Dehdr.msg88 as a section name. section can be one of the well known SHN_\n\
93 as a section name. section can be one of the well known SHT_\n\
155 String table section containing section name strings.\n\
157 of the desired section. The section index of the first\n\
158 section with the specified name is used.\n\
167 section with the specified type is used.\n"
402 in the case of extended section indexes.\n\
415 section header does not change the size of the actual section\n\
424 extended section indexes. If the file has no section name\n\
427 If the section name string table section index is greater\n\
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c87 struct profile_node *section, *node; in profile_update_relation() local
104 section = profile->first_file->data->root; in profile_update_relation()
108 &state, &section); 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()
154 &state, &section); in profile_clear_relation()
185 struct profile_node *section, *node; in profile_rename_section() local
203 &state, &section); in profile_rename_section()
238 struct profile_node *section; in profile_add_relation() local
256 &state, &section); in profile_add_relation()
[all …]
H A Dprof_tree.c160 CHECK_MAGIC(section); in profile_add_node()
162 if (section->value) in profile_add_node()
181 new->parent = section; in profile_add_node()
189 section->first_child = new; in profile_add_node()
254 CHECK_MAGIC(section); in profile_find_node()
259 p = section->first_child; in profile_find_node()
385 *parent = section->parent; in profile_get_node_parent()
540 assert(section != NULL); in profile_node_iterator()
547 section = 0; in profile_node_iterator()
550 section = p; in profile_node_iterator()
[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,
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_parse.c84 if (section != ns_s_qd) { in ns_skiprr()
139 tmp = section; in ns_parserr()
142 if (section != handle->_sect) in ns_parserr()
143 setsection(handle, section); in ns_parserr()
151 setsection(handle, section); in ns_parserr()
172 if (section == ns_s_qd) { in ns_parserr()
202 if ((tmp = section) < 0 || section >= ns_s_max) in ns_parserr2()
204 if (section != handle->_sect) in ns_parserr2()
205 setsection(handle, section); in ns_parserr2()
213 setsection(handle, section); in ns_parserr2()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c619 kmem_free(section, len); in free_section()
630 *head = section; in add_section()
1307 entry = &section->entry[i]; in validate_section_entry()
1336 section->num_entries--; in validate_section_entry()
1339 section->entry[i] = section->entry[i + 1]; in validate_section_entry()
1389 section->num_entries, section->sensor_type); in add_names_to_section()
1776 for (section = my_chain; in refresh_name_cache()
1777 section != NULL; in refresh_name_cache()
1778 section = section->next_section) { in refresh_name_cache()
1847 if ((section == NULL) || (section->num_entries == 0)) in do_psu_cmd()
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md4 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 Dsharectl.c188 section != NULL ? section : ""); in sc_get()
190 if (section != NULL) in sc_get()
237 section != NULL ? in sc_get()
250 if (section != NULL) in sc_get()
323 char *section = NULL; in sc_set() local
327 if (section != NULL) in sc_set()
328 free(section); in sc_set()
335 section); in sc_set()
468 char *section = NULL; in sc_delsect() local
488 section = argv[optind++]; in sc_delsect()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg53 section\n"
58 section headers\n"
69 section\n"
74 section\n"
131 index section: %s\n"
136 by section[%d]\n";
249 @ MSG_ELF_ERR_SCN "\tunable to obtain section header: section[%d]\n"
250 @ MSG_ELF_ERR_SCNDATA "\tunable to obtain section data: section[%d]\n"
258 @ MSG_GOT_UNEXPECTED "%s: warning: section %s: section unexpected within \
266 @ MSG_STR_SECTION "%s (section)"
[all …]
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c245 yes_no_validator(int index, char *section, char *value) in yes_no_validator() argument
454 propset = sa_get_protocol_section(protoset, section); in smbfs_save_propset()
640 s = strdup(section); in smbfs_save_property()
664 char *section; in smbfs_set_proto_prop() local
667 section = sa_get_property_attr(prop, "section"); in smbfs_set_proto_prop()
668 if (section == NULL) in smbfs_set_proto_prop()
675 ret = smbfs_validate_proto_prop(i, section, in smbfs_set_proto_prop()
678 if (smbfs_save_property(i, section, in smbfs_set_proto_prop()
691 if (section != NULL) in smbfs_set_proto_prop()
692 sa_free_attr_string(section); in smbfs_set_proto_prop()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps.kshlib22 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 Dconf.sh201 shift; section=$1
505 part=$section
506 case $section in
711 *S*) case $section in
729 *S*) case $section in
753 case $section in
779 *:*M*) case $section in
922 *S*) case $section in
995 conf_section=$section
1211 case $section in
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c55 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()
214 segments.fru_hdl = section; in fru_get_segments()
225 fru_add_segment(section_hdl_t section, segment_t *segment, in fru_add_segment() argument
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/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
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c612 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()
630 (hdrver != section->version)) { in get_section()
671 section->version = hdrver; in get_section()
672 sec_obj->section.version = hdrver; in get_section()
722 section->version = -1; in fru_get_sections()
725 section++; in fru_get_sections()
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A Dstrip-two-sections.s2 .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 Dasm_linkage.h154 .section ".text"; \
163 .section ".text"; \
170 .section ".text"; \
180 .section ".text"; \
190 .section ".text"; \
219 .section ".data"; \
226 .section ".data"; \
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_groups.c66 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 Ddwarf_init_finish.c1710 struct Dwarf_Section_s *section, in do_decompress_zlib() argument
1715 uLong srclen = section->dss_size; in do_decompress_zlib()
1727 section->dss_compressed_length = section->dss_size; in do_decompress_zlib()
1819 section->dss_data = dest; in do_decompress_zlib()
1820 section->dss_size = destlen; in do_decompress_zlib()
1832 struct Dwarf_Section_s *section, in _dwarf_load_section() argument
1840 if (section->dss_data != NULL) { in _dwarf_load_section()
1857 o->object, section->dss_index, in _dwarf_load_section()
1858 &section->dss_data, &err); in _dwarf_load_section()
1883 section->dss_shf_compressed || in _dwarf_load_section()
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg313 section: [%u]%s"
463 (section [%u]%s entries=%d; section [%u]%s entries=%d)"
477 section size"
484 section[%lld]"
601 @ MSG_UPD_MULEHFRAME "file %s; section [%u]%s and file %s; section [%u]%s \
843 # GNU section names
997 # section section displacement size
999 # The \t characters are used for alignment. (output section), (input section),
1188 @ MSG_MAP_SECORDER "section ordering requested, but no matching section \
1315 SHT_NOBITS section"
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c381 *section = rc_section; in find_first_section()
387 return (find_next_section(rc_section, section)); in find_first_section()
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
644 picl_err = picl_set_propval_by_name(section, in fpt_add_seg()
649 } while (find_next_section(section, &section) == FRU_SUCCESS); in fpt_add_seg()
956 section, segment; in fpt_for_each_segment() local
964 &section, sizeof (section)); in fpt_for_each_segment()
967 &section, in fpt_for_each_segment()
[all …]
/illumos-gate/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=$@ $<
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c392 *section = rc_section; in find_first_section()
398 return (find_next_section(rc_section, section)); in find_first_section()
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
660 } while (find_next_section(section, &section) == FRU_SUCCESS); in fpt_add_seg()
968 section, segment; in fpt_for_each_segment() local
976 &section, sizeof (section)); in fpt_for_each_segment()
979 &section, in fpt_for_each_segment()
980 sizeof (section))) { in fpt_for_each_segment()
[all …]

12345678910>>...13