| /titanic_54/usr/src/boot/sys/boot/arm/uboot/ |
| H A D | ldscript.arm | 7 /* Read-only sections, merged into text segment: */ 12 /* .gnu.warning sections are handled specially by elf32.em. */ 80 /* We want the small data sections together, so single-instruction offsets 104 /* Stabs debugging sections. */ 107 /* DWARF debug sections. 108 Symbols in the DWARF debugging sections are relative to the beginning
|
| /titanic_54/usr/src/common/mapfiles/common/ |
| H A D | map.filter | 25 # 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_54/usr/src/boot/sys/boot/efi/loader/arch/arm/ |
| H A D | ldscript.arm | 6 /* Read-only sections, merged into text segment: */ 12 /* .gnu.warning sections are handled specially by elf32.em. */ 38 /* We want the small data sections together, so single-instruction offsets
|
| /titanic_54/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
| H A D | libfruaccess.c | 172 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, §ions) != 0) { in fru_get_sections() 184 return (sections.fru_cnt); in fru_get_sections()
|
| /titanic_54/usr/src/boot/sys/boot/efi/loader/arch/arm64/ |
| H A D | ldscript.arm64 | 9 /* Read-only sections, merged into text segment: */ 15 /* .gnu.warning sections are handled specially by elf32.em. */ 82 /* Unused sections */
|
| /titanic_54/usr/src/boot/sys/boot/arm/at91/boot0/ |
| H A D | linker.cfg | 29 /* Read-only sections, merged into text segment: */ 36 /* .gnu.warning sections are handled specially by elf32.em. */ 77 .bss section disappears because there are no input sections. */
|
| /titanic_54/usr/src/cmd/vi/port/ |
| H A D | ex_data.c | 62 unsigned char sections[ONMSZ] = { variable 115 (unsigned char *)"sections", (unsigned char *)"sect", STRING, 0, 0, sections,
|
| /titanic_54/usr/src/cmd/sgs/rtld/common/ |
| H A D | mapfile-order-devpro | 46 # .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 D | mapfile-order-gcc | 46 # .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_54/usr/src/boot/sys/boot/efi/loader/arch/amd64/ |
| H A D | ldscript.amd64 | 6 /* Read-only sections, merged into text segment: */ 18 /* .gnu.warning sections are handled specially by elf32.em. */
|
| /titanic_54/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
| H A D | ldscript.i386 | 7 /* Read-only sections, merged into text segment: */ 14 /* .gnu.warning sections are handled specially by elf32.em. */
|
| /titanic_54/usr/src/cmd/sgs/elfdump/common/ |
| H A D | _elfdump.h | 190 #define sections sections64 macro 214 #define sections sections32 macro
|
| H A D | elfdump.msg | 42 @ 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_54/usr/src/tools/scripts/ |
| H A D | wsdiff.py | 708 sections = hstring.split("Section Header") 709 for sect in sections : 925 sections = list(base_header.keys()) 926 sections.sort() 941 for sect in sections : 982 if psect in sections : 983 sections.remove(psect) 984 sections.insert(0, psect) 988 for sect in sections :
|
| /titanic_54/usr/src/cmd/sgs/packages/common/ |
| H A D | SUNWonld-README | 138 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_54/usr/src/cmd/dis/ |
| H A D | dis_main.c | 476 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_54/usr/src/cmd/man/ |
| H A D | man.c | 522 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_54/usr/src/boot/sys/boot/usb/ |
| H A D | Makefile.test | 49 LDFLAGS+= -Wl,--gc-sections
|
| /titanic_54/usr/src/boot/sys/boot/arm/at91/ |
| H A D | linker.cfg | 29 /* Read-only sections, merged into text segment: */
|
| /titanic_54/usr/src/cmd/mandoc/ |
| H A D | main.c | 598 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_54/usr/src/lib/ |
| H A D | Makefile.filter.targ | 34 # directly to avoid .init and .fini sections being added.
|
| /titanic_54/usr/src/cmd/sgs/rtld/i386/ |
| H A D | boot.s | 99 / stack aligned here so that initializers called via _array sections may
|
| /titanic_54/usr/src/cmd/sgs/libconv/ |
| H A D | Makefile.com | 48 relocate_sparc.o sections.o \
|
| /titanic_54/usr/src/boot/sys/boot/i386/boot2/ |
| H A D | Makefile | 51 LD_FLAGS=-static -N --gc-sections
|
| /titanic_54/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | liblddbg.msg | 400 # 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 …]
|