Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A DMakefile17 PROG = strip-one-section strip-two-sections strip-all-sections
19 DATAFILES = strip-one-section.s strip-two-sections.s strip-all-sections.s \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-elftest.p5m41 file path=opt/elf-tests/tests/groups/no-relobj-group-merge/sections.s mode=0444
44 file path=opt/elf-tests/tests/groups/strip-groups/strip-all-sections mode=0555
45 file path=opt/elf-tests/tests/groups/strip-groups/strip-all-sections.s mode=0444
48 file path=opt/elf-tests/tests/groups/strip-groups/strip-two-sections mode=0555
49 file path=opt/elf-tests/tests/groups/strip-groups/strip-two-sections.s mode=0444
120 dir path=opt/elf-tests/tests/sections
121 dir path=opt/elf-tests/tests/sections/gcc-except-table
122 file path=opt/elf-tests/tests/sections/gcc-except-table/gcct1.s mode=0444
123 file path=opt/elf-tests/tests/sections/gcc-except-table/gcct2.s mode=0444
124 file path=opt/elf-tests/tests/sections/gcc-except-table/simple mode=0555
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md1 This is a test that COMDAT sections with differing visibilities get resolved
6 often emit technically incorrect COMDAT sections where by the sections are not
14 defines our two COMDAT symbols/sections (`data_symbol` and `bss_symbol`)
18 defines our two COMDAT symbols/sections (`data_symbol` and
/illumos-gate/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.
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md1 This is a test that sections which are members of groups are not merged when
14 between input and output relocation sections.
16 We test this by defining 3 sections in two groups in two input objects:
29 sections are merged into a single output section.
H A Dno-relobj-group-merge.sh39 gas -c ${TESTDIR}/sections.s -o obj1.o
45 gas -c ${TESTDIR}/sections.s -o obj2.o
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dldscript.arm6 /* 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
/illumos-gate/usr/src/test/elf-tests/runfiles/
H A Ddefault.run33 tests = ['strip-one-section', 'strip-two-sections', 'strip-all-sections']
56 [/opt/elf-tests/tests/sections/shf-exclude]
60 [/opt/elf-tests/tests/sections/gcc-except-table]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c170 sections_t sections; in fru_get_sections() local
176 sections.fru_hdl = container; in fru_get_sections()
177 sections.fru_cnt = max_sections; in fru_get_sections()
178 sections.frus = section; in fru_get_sections()
179 if (ioctl(fd, SGFRU_GETSECTIONS, &sections) != 0) { in fru_get_sections()
182 return (sections.fru_cnt); in fru_get_sections()
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dldscript.arm649 /* Read-only sections, merged into text segment: */
15 /* .gnu.warning sections are handled specially by elf32.em. */
82 /* Unused sections */
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_data.c60 unsigned char sections[ONMSZ] = { variable
113 (unsigned char *)"sections", (unsigned char *)"sect", STRING, 0, 0, sections,
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmapfile-order-gcc40 # .data.rel sections from pics/debugdata.o go to data segment
46 # Put .data.rel sections from pics/debugdata.o ahead of any other
47 # .data.rel input sections in the .data.rel output section.
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_init_finish.c1262 struct Dwarf_Section_s **sections = 0; in _dwarf_setup() local
1310 sections = (struct Dwarf_Section_s **)calloc(section_count + 1, in _dwarf_setup()
1312 if (!sections) { in _dwarf_setup()
1349 free(sections); in _dwarf_setup()
1359 free(sections); in _dwarf_setup()
1362 free(sections); in _dwarf_setup()
1412 free(sections); in _dwarf_setup()
1416 free(sections); in _dwarf_setup()
1433 free(sections); in _dwarf_setup()
1436 sections[obj_section_index] = section->ds_secdata; in _dwarf_setup()
[all …]
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dldscript.amd646 /* Read-only sections, merged into text segment: */
14 /* .gnu.warning sections are handled specially by elf32.em. */
/illumos-gate/usr/src/boot/
H A DMakefile.inc49 CFLAGS += -_gcc=-ffunction-sections -_gcc=-fdata-sections
/illumos-gate/usr/src/cmd/sgs/tools/
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 …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dspad_layout.h140 offsize_t sections[SPAD_SECTION_MAX]; /* 0xe20004 */ member
141 #define SECTION(_sec_) *((offsize_t*)(STRUCT_OFFSET(sections[_sec_])))
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dldscript.i3866 /* Read-only sections, merged into text segment: */
14 /* .gnu.warning sections are handled specially by elf32.em. */
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A D_elfdump.h190 #define sections sections64 macro
214 #define sections sections32 macro
H A Delfdump.msg45 @ MSG_USAGE_DETAIL5 "\t[-g]\t\tdump the contents of the .group sections\n"
62 sections\n"
64 sections\n"
66 sections\n"
71 @ MSG_USAGE_DETAIL24 "\t[-v]\t\tdump the contents of the version sections\n"
141 sections are not adjacent\n"
146 @ MSG_ERR_MULTDYN "%s: %d dynamic sections seen (1 expected)\n"
159 @ MSG_ERR_MULTEHFRMHDR "%s: [%d: %s] multiple .eh_frame_hdr sections seen \
180 .eh_frame sections\n"
670 # Names of fake sections generated from program header data
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py723 sections = hstring.split("Section Header")
724 for sect in sections :
937 sections = list(base_header.keys())
938 sections.sort()
953 for sect in sections :
994 if psect in sections :
995 sections.remove(psect)
996 sections.insert(0, psect)
1000 for sect in sections :
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c441 dis_scnlist_t *sections; in dis_file() local
613 sections = dis_namelist_resolve_sections(g_seclist, in dis_file()
618 dis_scnlist_iter(sections, dis_named_section, &ca); in dis_file()
621 dis_scnlist_destroy(sections); in dis_file()
/illumos-gate/usr/src/cmd/man/
H A Dman.c564 char *sections; in getsect() local
579 } else if ((sections = strchr(*pv, ',')) != NULL) { in getsect()
580 sections++; in getsect()
581 DPRINTF("-- Adding %s: sections=%s\n", manp->path, sections); in getsect()
582 manp->secv = split(sections, ','); in getsect()
587 } else if ((sections = check_config(*pv)) != NULL) { in getsect()
590 sections, CONFIG); in getsect()
591 manp->secv = split(sections, ','); in getsect()
/illumos-gate/usr/src/test/elf-tests/tests/
H A DMakefile25 sections \
/illumos-gate/usr/src/data/locale/data/
H A DC.UTF-8.src6 * common.UTF-8.src contents, and all other sections are used from C locale.

1234