Searched refs:csect (Results 1 – 25 of 78) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
D | aix-gc-1.s | 13 .csect .unused_local[PR] 18 .csect .init_function[PR] 23 .csect .fini_function[PR] 28 .csect .unused_global[PR] 33 .csect .exported_global[PR] 38 .csect .indirect1[PR] 42 .csect .indirect2[PR] 47 .csect .indirect3[PR] 52 .csect block[RW]
|
D | aix-ref-1.s | 13 .csect foo1[pr] 20 .csect foo2[pr] 27 .csect foo3[pr] 33 .csect foo4[pr] 39 .csect foo5[pr] 46 .csect foo6[pr] 51 .csect foo1[pr] 55 .csect stuff[rw]
|
D | aix-glink-1.s | 3 .csect .f1[PR] 8 .csect .f2[PR] 13 .csect .f3[PR] 18 .csect foo[RW]
|
D | aix-weak-1b.s | 2 .csect a[RW],2 6 .csect b[RW],2 14 .csect e[RW],2 18 .csect f[RW],2
|
D | aix-weak-1a.s | 4 .csect c[RW],2 8 .csect d[RW],2 18 .csect g[RW],2 22 .csect h[RW],2
|
D | aix-export-1a.s | 2 .csect lib1[RW] 7 .csect _lib2[RW] 12 .csect lib3[RW]
|
D | aix-toc-1b.s | 5 .csect .f2[PR] 14 .csect .f2[PR] 21 .csect f2[DS]
|
D | aix-toc-1a.s | 5 .csect .f1[PR] 14 .csect .f1[PR] 21 .csect f1[DS]
|
D | aix-weak-3b.s | 2 .csect x1[RW] 7 .csect x2[RW] 20 .csect .main[PR]
|
D | aix-glink-2c.s | 10 .csect \name\()[DS] 15 .csect .\name\()[PR] 22 .csect \name\()[RW]
|
D | aix-glink-2a.s | 10 .csect \name\()[DS] 19 .csect .\name\()[PR] 26 .csect \name\()[RW]
|
D | aix-export-1b.s | 2 .csect main1[RW] 7 .csect _main2[RW]
|
D | aix-no-dup-syms-1a.s | 2 .csect x[RW] 6 .csect x1[RW]
|
D | aix-no-dup-syms-1b.s | 2 .csect x[RW] 6 .csect x2[RW]
|
D | aix-glink-3a.s | 4 .csect .g[PR] 9 .csect g[DS]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | xcoff-toc-1.s | 1 .csect _rw_[RW],4 4 .csect .text[PR] 7 .csect foo[DS] 10 .csect .text[PR] 18 .csect _rw_[RW],4
|
D | test2xcoff32.s | 1 .csect .text[PR] 6 .csect .text[PR] 10 .csect main[DS] 13 .csect .text[PR] 38 .csect _t.rw_[RO],4
|
D | test1xcoff32.s | 13 .csect [RW] 33 .csect .crazy_table[RO] 36 .csect [PR] 77 .csect [RW] 80 .csect .crazy_table[RO]
|
D | test1xcoff.asm | 13 .csect [RW] 33 .csect .crazy_table[RO] 36 .csect [PR] 77 .csect [RW] 80 .csect .crazy_table[RO]
|
D | altivec_xcoff.s | 3 .csect .text[PR] 4 .csect main[DS] 6 .csect .text[PR]
|
D | altivec_xcoff64.s | 3 .csect .text[PR] 4 .csect main[DS] 6 .csect .text[PR]
|
D | booke_xcoff.s | 3 .csect .text[PR] 4 .csect main[DS] 6 .csect .text[PR]
|
D | xcoff-branch-1.s | 7 .csect .foo[PR] 23 .csect .bar[PR] 35 .csect .frob[PR]
|
D | textalign-xcoff-001.s | 5 .csect .data[DS] 8 .csect .text[pr]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | xcofflink.c | 1214 asection *csect; in xcoff_link_add_symbols() local 1333 csect = NULL; in xcoff_link_add_symbols() 1365 csect = NULL; in xcoff_link_add_symbols() 1366 if (csect != NULL) in xcoff_link_add_symbols() 1367 *csect_cache = csect; in xcoff_link_add_symbols() 1394 && csect != NULL in xcoff_link_add_symbols() 1408 enclosing = xcoff_section_data (abfd, csect)->enclosing; in xcoff_link_add_symbols() 1452 if (csect->line_filepos == 0) in xcoff_link_add_symbols() 1453 csect->line_filepos = in xcoff_link_add_symbols() 1517 csect = NULL; in xcoff_link_add_symbols() [all …]
|
1234