Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff64-rs6000.c954 asection *loader_sec; in xcoff64_write_object_contents() local
984 loader_sec = bfd_get_section_by_name (abfd, ".loader"); in xcoff64_write_object_contents()
985 if (loader_sec != NULL) in xcoff64_write_object_contents()
986 internal_a.o_snloader = loader_sec->target_index; in xcoff64_write_object_contents()
Dcoffcode.h4255 asection *loader_sec; in coff_write_object_contents() local
4283 loader_sec = bfd_get_section_by_name (abfd, ".loader"); in coff_write_object_contents()
4284 if (loader_sec != NULL) in coff_write_object_contents()
4285 internal_a.o_snloader = loader_sec->target_index; in coff_write_object_contents()