Home
last modified time | relevance | path

Searched refs:section (Results 26 – 50 of 302) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A Dsections.s24 .section .test_data_conflict,"aG",@progbits,group1,comdat
32 .section .test_data_conflict,"aG",@progbits,group2,comdat
41 .section .test_data_conflict,"a",@progbits
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh55 .section ".note"
67 .section ".rodata", #alloc
85 .section .note
97 .section .rodata, "a"
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A Dstrip-all-sections.s7 .section .debug_data,"G",@progbits,group1,comdat
11 .section .debug_code,"G",@progbits,group1,comdat
15 .section .debug_stuff,"G",@progbits,group1,comdat
H A Dstrip-one-section.s2 .section .test_data,"aG",@progbits,group1,comdat
6 .section .test_code,"aG",@progbits,group1,comdat
10 .section .debug_stuff,"G",@progbits,group1,comdat
H A Dkeep-alloc-debug.s2 .section .debug_data,"aG",@progbits,group1,comdat
6 .section .debug_code,"aG",@progbits,group1,comdat
15 .section .debug_stuff,"G",@progbits,group1,comdat
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg622 section; relocation redirected to section %s in \
841 @ MSG_SHD_MODIFIED "section=%s; section header modified by support \
860 @ MSG_SEC_INPUT_GENSTR "section=%s; input generated merged string section"
863 @ MSG_SEC_REDIRECTED "section=%s; redirected to section=%s"
887 @ MSG_SEC_GENSTR_COMP "section=%s (generated merged string section); \
936 @ MSG_SUP_SEC "section"
1030 @ MSG_ORD_SORT_BEFORE "section=%s; requires output section reordering:"
1031 @ MSG_ORD_SORT_AFTER "section=%s; output section reordered:"
1042 @ MSG_ORD_ERR_ORDER " the section pointed by sh_info is an ordered section"
1354 section / symbol"
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c970 section->handle = sec_hash->obj_hdl; in get_section()
971 section->offset = sec_obj->section.offset; in get_section()
972 section->length = sec_obj->section.length; in get_section()
973 section->protection = sec_obj->section.protection; in get_section()
974 section->version = sec_obj->section.version; in get_section()
981 sec_obj->section.offset); in get_section()
999 (hdrver != section->version)) { in get_section()
1051 section->version = hdrver; in get_section()
1052 sec_obj->section.version = hdrver; in get_section()
1156 count++, section++) { in fru_get_sections()
[all …]
H A Dfru_access.h83 int fru_get_sections(container_hdl_t container, section_t *section,
85 int fru_get_num_segments(section_hdl_t section, door_cred_t *rarg);
86 int fru_get_segments(section_hdl_t section, segment_t *segment,
88 int fru_add_segment(section_hdl_t section, segment_t *segment,
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.msg36 @ MSG_ARG_SECNDX "symbol section index"
63 normally go in extended index section: %d\n"
72 the hash section and likely render the object \
98 @ MSG_DESC_ST_SHNDX "Symbol section index"
120 the specified section type.\n"
123 as a section name. section can be one of the well known SHN_\n\
127 as a section name. section can be one of the well known SHT_\n\
166 The section index of the first section with the specified\n\
169 If -secshndx is set, then sec is a section index,\n\
173 If -secshtyp is set, then sec is a section type,\n\
[all …]
H A Dstr.msg51 than string table section (%#llx), and will be \
104 Use the string table found in the ELF section with the\n\
105 specified name. If this is a string table section, it\n\
111 Use the string table found in the ELF section with the\n\
118 Locate the first section in the ELF object with the\n\
121 directly. If it is a section that has an associated\n\
135 New string to insert in string table section\n\
150 from a string table section.\n\
181 contents of the string table section.\n\
235 section.\n"
[all …]
H A Dcap.msg88 capabilities section, rather than as a CA_ tag value.\n"
109 in the capabilities section that has the specified tag value\n\
114 as a simple integer index into the capabilities section.\n"
123 Element within capabilities section. By default, this is a\n\
129 direct numeric index into the capabilities section. If the\n\
134 Value to set for specified capabilities section element.\n\
195 value of an element in the capabilities section. The value\n\
215 capabilities section. The specified number of elements are\n\
231 o\tThe CA_SUNW_HW_1 element of the capabilities section is\n\
251 o\tThe CA_SUNW_SF_1 element of the capabilities section is\n\
[all …]
H A Dsyminfo.msg49 @ MSG_ERR_NOEXTRANULL "[%d: %s]: Dynamic section does not have room to add \
71 corresponding DT_NEEDED entry of the dynamic section. If no\n\
72 such DT_NEEDED entry exists in the dynamic section and there\n\
78 section instead of the name of the symbol.\n".
89 can be the index of a dynamic section element.\n"
101 from the syminfo section using the same style used by the\n\
104 The syminfo section augments the information found in the\n\
117 or alternaltively, an index into the dynamic section of the\n\
128 element in the dynamic section. Alternatively, the -needed\n\
131 index of the DT_NEEDED entry in the dynamic section that\n\
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py734 header[section] = sh_type
833 elif (section == ".group") :
836 elif (section == ".hash") :
839 elif (section == ".dynamic") :
842 elif (section == ".got") :
845 elif (section == ".SUNW_cap") :
848 elif (section == ".interp") :
851 elif (section == ".symtab" or section == ".dynsym") :
865 elif (section == ".SUNW_ctf"):
874 section + " " + f1)
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h83 int fru_get_sections(container_hdl_t container, section_t *section,
85 int fru_get_num_segments(section_hdl_t section, door_cred_t *rarg);
86 int fru_get_segments(section_hdl_t section, segment_t *segment,
88 int fru_add_segment(section_hdl_t section, segment_t *segment,
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A Dstyle2-with-badness.s16 .section .rodata.str1.1,"aMS",@progbits,1
39 .section .rodata.str1.1
42 .section .tdata,"awT",@progbits
H A Dstyle2.s16 .section .rodata.str1.1,"aMS",@progbits,1
39 .section .rodata.str1.1
42 .section .tdata,"awT",@progbits
H A Dstyle2-with-r12.s16 .section .rodata.str1.1,"aMS",@progbits,1
40 .section .rodata.str1.1
44 .section .tdata,"awT",@progbits
H A Dstyle2-with-r13.s16 .section .rodata.str1.1,"aMS",@progbits,1
40 .section .rodata.str1.1
43 .section .tdata,"awT",@progbits
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c416 profile_get_options_boolean(profile, section, options) in profile_get_options_boolean() argument
418 char ** section;
426 for (max_i = 0; section[max_i]; max_i++);
428 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
429 actual_section[i] = section[i];
462 profile_get_options_string(profile, section, options) in profile_get_options_string() argument
464 char ** section;
472 for (max_i = 0; section[max_i]; max_i++);
474 for (actual_section[max_i + 1] = NULL, i = 0; section[i]; i++)
475 actual_section[i] = section[i];
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c116 short section; member
880 look->section = -1; in lookup()
921 if (look->section < 0) in lookup()
922 look->section = 1; in lookup()
942 (look->section < 0 || look->section == mid->section) && in lookup()
951 (look->section < 0 || look->section == mid->section) && in lookup()
1308 if (p->section > 1) in print()
1335 if (p->section > 1) in print()
1644 look.section = look.conf->section; in astconflist()
1662 if (look.section < 1) in astconflist()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfmt.c68 int section; member
376 fp->section = 0; in dofmt()
408 fp->section = 1; in dofmt()
418 else if (fp->section) in dofmt()
430 fp->section = 0; in dofmt()
458 fp->section = 0; in dofmt()
477 fp->section = 0; in dofmt()
482 fp->section = 0; in dofmt()
583 fmt.section = 1; in b_fmt()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c539 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr() argument
549 rsp = rc_findsect(rcp, section); in rc_getstringptr()
568 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring() argument
574 error = rc_getstringptr(rcp, section, key, &value); in rc_getstring()
580 key, section, maxlen); in rc_getstring()
588 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint() argument
596 rsp = rc_findsect(rcp, section); in rc_getint()
611 rkp->rk_value, key, section); in rc_getint()
624 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool() argument
633 rsp = rc_findsect(rcp, section); in rc_getbool()
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_vartree003.sh66 section
89 section
112 section
135 section
/illumos-gate/usr/src/cmd/make/bin/
H A Dmake.rules.file36 # C language section.
116 # C language section. lex.
219 # FORTRAN section.
308 # FORTRAN 90 section.
354 # Modula-2 section.
386 # Pascal section.
411 # Assembly section.
445 # Shell section.
455 # NeWS section
464 # JAVA section
[all …]
/illumos-gate/usr/src/lib/crt/amd64/
H A Dcrtn.s42 .section .init,"ax"
49 .section .fini,"ax"

12345678910>>...13