Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 60) sorted by relevance

123

/titanic_50/usr/src/common/mapfiles/common/
H A Dmap.filter25 # sections.
28 # ld(1) so that no .init/.fini sections are created. Although the filter can
43 # The assignment of all allocatable sections to this segment insures that the
44 # .dynamic, and any .data or .bss sections, become part of the text. Note that
45 # the compiler has a habit of generating empty .data and .bss sections.
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c172 sections_t sections; in fru_get_sections() local
178 sections.fru_hdl = container; in fru_get_sections()
179 sections.fru_cnt = max_sections; in fru_get_sections()
180 sections.frus = section; in fru_get_sections()
181 if (ioctl(fd, SGFRU_GETSECTIONS, &sections) != 0) { in fru_get_sections()
184 return (sections.fru_cnt); in fru_get_sections()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_data.c62 unsigned char sections[ONMSZ] = { variable
115 (unsigned char *)"sections", (unsigned char *)"sect", STRING, 0, 0, sections,
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dmapfile-order-devpro46 # .data sections from pics/debugdata.o go to data segment
52 # Put .data sections from pics/debugdata.o ahead of any other
53 # .data input sections in the .data output section.
H A Dmapfile-order-gcc46 # .data.rel sections from pics/debugdata.o go to data segment
52 # Put .data.rel sections from pics/debugdata.o ahead of any other
53 # .data.rel input sections in the .data.rel output section.
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h190 #define sections sections64 macro
214 #define sections sections32 macro
H A Delfdump.msg42 @ MSG_USAGE_DETAIL5 "\t[-g]\t\tdump the contents of the .group sections\n"
59 sections\n"
61 sections\n"
63 sections\n"
68 @ MSG_USAGE_DETAIL24 "\t[-v]\t\tdump the contents of the version sections\n"
137 sections are not adjacent\n"
142 @ MSG_ERR_MULTDYN "%s: %d dynamic sections seen (1 expected)\n"
155 @ MSG_ERR_MULTEHFRMHDR "%s: [%d: %s] multiple .eh_frame_hdr sections seen \
180 .eh_frame sections\n"
639 # Names of fake sections generated from program header data
/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py677 sections = hstring.split("Section Header")
678 for sect in sections :
824 sections = list(base_header.keys())
838 for sect in sections :
879 if psect in sections :
880 sections.remove(psect)
881 sections.insert(0, psect)
885 for sect in sections :
/titanic_50/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README138 4293159 ld needs to combine sections with and without SHF_ORDERED flag(comdat)
329 4354500 SHF_ORDERED ordered scections does not properly sort sections
360 4393044 elfdump should allow raw dumping of sections
433 4446115 translating SUNW_move sections is broken
447 4470493 libelf incorectly translates NOTE sections accross architectures...
481 4510264 sections with SHF_TLS can come in different orders...
594 4733697 -zignore with gcc may exclude C++ exception sections
610 sections
615 4754751 "strip" command doesn't remove comdat stab sections.
714 4825065 ld(1) should ignore consecutive empty sections.
[all …]
/titanic_50/usr/src/cmd/dis/
H A Ddis_main.c476 dis_scnlist_t *sections; in dis_file() local
625 sections = dis_namelist_resolve_sections(g_seclist, in dis_file()
630 dis_scnlist_iter(sections, dis_named_section, &ca); in dis_file()
633 dis_scnlist_destroy(sections); in dis_file()
/titanic_50/usr/src/cmd/man/
H A Dman.c522 char *sections; in getsect() local
536 } else if ((sections = strchr(*pv, ',')) != NULL) { in getsect()
537 sections++; in getsect()
538 DPRINTF("-- Adding %s: sections=%s\n", manp->path, sections); in getsect()
539 manp->secv = split(sections, ','); in getsect()
544 } else if ((sections = check_config(*pv)) != NULL) { in getsect()
547 sections, CONFIG); in getsect()
548 manp->secv = split(sections, ','); in getsect()
/titanic_50/usr/src/cmd/mandoc/
H A Dmain.c598 const char *const sections[] = in fs_search() local
600 const size_t nsec = sizeof(sections)/sizeof(sections[0]); in fs_search()
616 if (fs_lookup(paths, ipath, sections[isec], in fs_search()
/titanic_50/usr/src/lib/
H A DMakefile.filter.targ34 # directly to avoid .init and .fini sections being added.
/titanic_50/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s99 / stack aligned here so that initializers called via _array sections may
/titanic_50/usr/src/cmd/sgs/libconv/
H A DMakefile.com48 relocate_sparc.o sections.o \
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg400 # move move sections
406 # shows unused sections (ld only)
438 @ MSG_USE_R7_G " move move sections"
455 @ MSG_USE_R7_K2 " shows unused sections (ld only)"
499 # sections input sections
501 # detail flag shows associated sections
522 # TRANSLATION_NOTE -- do not translate the first token "sections".
523 @ MSG_USE_R9_E " sections input sections"
529 sections"
881 sh_entsize=%lld; unable to merge sections with this \
[all …]
/titanic_50/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK89 file consists of sections that describe some of the issues and steps
246 sections), and it doesn't really help to be obscure in such cases.
268 swaps bytes for the sections it knows about, such as symbol tables,
275 progbits sections (SHT_PROGBITS). libelf does not understand program
285 GOT and PLT sections are SHT_PROGBITS. You will probably find
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg151 sections, this member indicates the conceptual offset in the\n\
181 this member gives the address at which the sections's\n\
196 Some sections have address alignment constraints. For example,\n\
215 Some sections hold a table of fixed-size entries, such as a\n\
H A Dstr.msg85 Normally, only string table sections (section type SHT_STRTAB)\n\
86 or sections with the SHF_STRINGS section flag set are allowed.\n\
89 string table. This can be used to examine sections that are\n\
H A Dehdr.msg404 If the number of sections is greater than or equal to\n\
411 sections is shown. If called with the value argument, the\n\
412 number of sections is updated with the new value.\n\
/titanic_50/usr/src/uts/common/io/usb/hcd/
H A DREADME241 (Refer 5.11.3, 8.4.2.2 and 8.4.2.3 sections of USB2.0 specification)
278 (Refer 5.11.3 8.4.2.2 and 8.4.2.3 sections of USB2.0 specification)
310 (Refer 3.6.2 & 4.12.2 sections of EHCI 1.0 specification)
415 (Refer 3.6.2 & 4.12.2 sections of EHCI 1.0 specification)
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsections.msg24 # Message file for cmd/sgs/libconv/common/sections.c
/titanic_50/usr/src/tools/onbld/
H A DTHIRDPARTYLICENSE115 identifiable sections of that work are not derived from the Program,
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
/titanic_50/usr/src/grub/grub-0.97/
H A DCOPYING115 identifiable sections of that work are not derived from the Program,
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
/titanic_50/usr/src/cmd/powertop/common/
H A DCOPYING115 identifiable sections of that work are not derived from the Program,
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based

123