Searched refs:sec0 (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | memory_test_inc.t | 11 .sec0 : { *(*.sec0) }
|
D | memory_test.t | 11 .sec0 : { *(*.sec0) }
|
D | script_test_10.t | 26 .sec0 : { *(.sec0) }
|
D | memory_test.s | 1 .section .sec0, "a"
|
D | script_test_10.s | 1 .section .sec0, "a"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
D | rgn-at5.t | 11 .sec0 : { *(*.sec0) }
|
D | rgn-at5.s | 1 .section .sec0, "a"
|
D | rgn-at5.d | 14 0 .sec0 +0+4 +0+2000 +0+2000 +0+1000 +.*
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.c | 561 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs1_wild0() local 562 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs1_wild0() 567 walk_wild_consider_section (ptr, file, s0, sec0, callback, data); in walk_wild_section_specs1_wild0() 596 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs2_wild1() local 599 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs2_wild1() 615 walk_wild_consider_section (ptr, file, s, sec0, callback, data); in walk_wild_section_specs2_wild1() 635 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs3_wild2() local 639 asection *s0 = find_section (file, sec0, &multiple_sections_found); in walk_wild_section_specs3_wild2() 650 walk_wild_consider_section (ptr, file, s, sec0, callback, data); in walk_wild_section_specs3_wild2() 676 struct wildcard_list *sec0 = ptr->handler_data[0]; in walk_wild_section_specs4_wild2() local [all …]
|