Searched refs:lang_insert_orphan (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlang.h | 603 extern lang_output_section_statement_type *lang_insert_orphan
|
D | ChangeLog-2005 | 31 (lang_insert_orphan): Likewise. 125 * ldlang.c (lang_insert_orphan): Skip first assignment to dot 149 (lang_insert_orphan, lang_add_section): Update prototypes. 150 * ldlang.c (lang_insert_orphan): Remove "file" param. 164 lang_add_section and lang_insert_orphan calls. 171 lang_add_section and lang_insert_orphan calls. 1227 * ldlang.c (lang_insert_orphan): Likewise. 1422 * ldlang.c (lang_insert_orphan): Use old section_tail rather than
|
D | ChangeLog-2008 | 222 (lang_insert_orphan): Add "constraint" param. Pass to 227 * ldlang.h (lang_insert_orphan): Update prototype. 1030 (lang_insert_orphan): ..here. 1053 * ldlang.c (lang_insert_orphan): Delete case handling the above.
|
D | ChangeLog-2004 | 248 (lang_output_section_find_by_flags, lang_insert_orphan): Declare. 255 (lang_insert_orphan): New function. Tail end of elf32.em's 276 by name fails. Use lang_insert_orphan. 281 lang_insert_orphan. 285 lang_insert_orphan.
|
D | ChangeLog-2012 | 354 * ldlang.c (lang_insert_orphan, lang_leave_overlay): Likewise. 491 * ldlang.c (lang_insert_orphan): Don't make __start_<sec> symbol
|
D | ChangeLog-2009 | 490 * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead 1007 * ldlang.c (lang_insert_orphan): Add __start_<section> symbol 1447 (lang_insert_orphan): Use push_stat_ptr and pop_stat_ptr.
|
D | ChangeLog-2007 | 309 * ldlang.c (lang_insert_orphan): When searching through linker 820 * ldlang.c (lang_insert_orphan): Provide start/stop loadaddr syms
|
D | ChangeLog-2006 | 617 (lang_insert_orphan): Don't set load_base. 756 * ldlang.c (lang_insert_orphan): Correctly handle the case where
|
D | ChangeLog-2010 | 1165 * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
|
D | ldlang.c | 1807 lang_insert_orphan (asection *s, in lang_insert_orphan() function
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | mmo.em | 166 os = lang_insert_orphan (s, secname, 0, after, place, NULL, NULL);
|
D | pep.em | 1910 lang_insert_orphan to create a new output section. */ 2021 address is discarded by lang_insert_orphan in that case, anyway. */ 2023 os = lang_insert_orphan (s, secname, constraint, after, place, address,
|
D | pe.em | 2139 lang_insert_orphan to create a new output section. */ 2250 address is discarded by lang_insert_orphan in that case, anyway. */ 2252 os = lang_insert_orphan (s, secname, constraint, after, place, address,
|
D | elf32.em | 1823 lang_insert_orphan to create a new output section. */ 1934 return lang_insert_orphan (s, secname, constraint, after, place, NULL, NULL);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-2009 | 736 * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead of integer.
|