Home
last modified time | relevance | path

Searched refs:loader_sec (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff64-rs6000.c952 asection *loader_sec; in xcoff64_write_object_contents() local
982 loader_sec = bfd_get_section_by_name (abfd, ".loader"); in xcoff64_write_object_contents()
983 if (loader_sec != NULL) in xcoff64_write_object_contents()
984 internal_a.o_snloader = loader_sec->target_index; in xcoff64_write_object_contents()
Dcoffcode.h4289 asection *loader_sec; in coff_write_object_contents() local
4317 loader_sec = bfd_get_section_by_name (abfd, ".loader"); in coff_write_object_contents()
4318 if (loader_sec != NULL) in coff_write_object_contents()
4319 internal_a.o_snloader = loader_sec->target_index; in coff_write_object_contents()