Home
last modified time | relevance | path

Searched refs:place_orphan (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldemul.c123 if (ld_emulation->place_orphan) in ldemul_place_orphan()
124 return (*ld_emulation->place_orphan) (s, name, constraint); in ldemul_place_orphan()
DChangeLog-2008191 (struct ld_emulation_xfer_struct <place_orphan>): Likewise.
218 (struct ld_emulation_xfer_struct <place_orphan>): Likewise add param.
229 * emultempl/beos.em (place_orphan): Add "constraint" param.
230 * emultempl/elf32.em (place_orphan): Likewise. Don't match existing
232 * emultempl/pe.em (place_orphan): Likewise.
233 * emultempl/pep.em (place_orphan): Likewise.
242 (struct ld_emulation_xfer_struct <place_orphan>): Likewise.
244 * emultempl/elf32.em (place_orphan): ..rather than here. Don't
247 * emultempl/pe.em (place_orphan): Likewise.
248 * emultempl/pep.em (place_orphan): Likewise.
[all …]
Dldemul.h154 lang_output_section_statement_type *(*place_orphan) member
DChangeLog-2005121 * emultempl/pe.em (place_orphan): Likewise.
156 (struct ld_emulation_xfer_struct <place_orphan>): Likewise.
162 (place_orphan): Remove "file" param. Adjust lang_add_section call.
163 * emultempl/elf32.em (place_orphan): Remove "file" param. Adjust
172 * emultempl/pe.em (place_orphan): Likewise. Access bfd via section
179 param. Adjust place_orphan call.
DChangeLog-2004256 place_orphan merged with that from pe.em. Allow bfd_section to
299 (place_orphan): Backport assorted fixes from elf32.em.
910 * emultempl/pe.em (place_orphan): Likewise.
918 (place_orphan): Pass additional argument to
DChangeLog-0001804 * emultempl/elf32.em (place_orphan): Place orphan .rel* sections
1174 (place_orphan): Use it.
2963 hold_interp): Make local to place_orphan.
3262 * emultempl/armelf.em (gld$place_orphan): Add default value for
3264 * emultempl/elf32.em (gld$place_orphan): Add default value for
3266 * emultempl/pe.em (gld$place_orphan): Add default value for
DChangeLog-2011447 * emultempl/elf32.em (place_orphan): Exclude .tbss from orphan_bss.
DChangeLog-02031896 * emultempl/elf32.em (place_orphan): Don't put non-allocated .rel*
DChangeLog-91974295 (ld_emulation_xfer_type): Add place_orphan field.
4305 (ld_${EMULATION_NAME}_emulation): Initialize place_orphan field.
/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.h176 place_orphan(Output_section* os);
Dscript-sections.cc3436 Script_sections::place_orphan(Output_section* os) in place_orphan() function in gold::Script_sections
Dlayout.cc3969 ss->place_orphan(*p); in place_orphan_sections_in_script()
DChangeLog13802 (Script_sections::place_orphan): Rewrite to use
14770 (Script_sections::place_orphan): Set or clear is_relro.
15199 * script-sections.cc (Script_sections::place_orphan): Initialize
/toolchain/binutils/binutils-2.25/ld/emultempl/
Daix.em1547 0, /* place_orphan */
Delf32.em1667 /* A variant of lang_output_section_find used by place_orphan. */