/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/ |
H A D | strip-two-sections.s | 2 .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
|
H A D | strip-all-sections.s | 7 .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 D | strip-one-section.s | 2 .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 D | keep-alloc-debug.s | 2 .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 D | sections.c | 293 const char *comdat, *isp_str; in Dbg_sec_group() local 299 comdat = MSG_ORIG(MSG_STR_COMDAT); in Dbg_sec_group() 301 comdat = MSG_ORIG(MSG_STR_EMPTY); in Dbg_sec_group() 307 isp->is_file->ifl_name, comdat, gdp->gd_name); in Dbg_sec_group() 310 isp->is_file->ifl_name, comdat, gdp->gd_name); in Dbg_sec_group() 460 Dbg_sec_gnu_comdat(Lm_list *lml, Is_desc *isp, Boolean comdat, Boolean relax) in Dbg_sec_gnu_comdat() argument 469 if (comdat && relax) in Dbg_sec_gnu_comdat() 471 else if (comdat) in Dbg_sec_gnu_comdat()
|
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/ |
H A D | sections.s | 24 .section .test_data_conflict,"aG",@progbits,group1,comdat 32 .section .test_data_conflict,"aG",@progbits,group2,comdat
|
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/ |
H A D | visible.s | 2 .section .bss.bss_symbol,"awG",@nobits,bss_symbol,comdat 9 .section .data.data_symbol,"awG",@progbits,data_symbol,comdat
|
H A D | hidden.s | 2 .section .bss.bss_symbol,"awG",@nobits,bss_symbol,comdat 10 .section .data.data_symbol,"awG",@progbits,data_symbol,comdat
|
H A D | Makefile | 17 PROG = mixed-hidden-comdat 22 TESTDIR = $(ROOTOPTPKG)/tests/resolution/mixed-hidden-comdat
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-elftest.p5m | 108 dir path=opt/elf-tests/tests/resolution/mixed-hidden-comdat 109 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/Makefile.test \ 111 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/README.md mode=0444 112 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/access.S mode=0444 113 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/hidden.s mode=0444 114 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/main.c mode=0444 116 path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/mixed-hidden-comdat \ 118 file path=opt/elf-tests/tests/resolution/mixed-hidden-comdat/visible.s mode=0444
|
/illumos-gate/usr/src/test/elf-tests/runfiles/ |
H A D | default.run | 51 [/opt/elf-tests/tests/resolution/mixed-hidden-comdat] 53 tests = ['mixed-hidden-comdat']
|
/illumos-gate/usr/src/test/elf-tests/tests/resolution/ |
H A D | Makefile | 17 SUBDIRS = mixed-hidden-comdat
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 138 4293159 ld needs to combine sections with and without SHF_ORDERED flag(comdat) 480 4503457 ld seg fault with comdat 615 4754751 "strip" command doesn't remove comdat stab sections. 1643 3453 GNU comdat redirection does exactly the wrong thing
|