Home | History | Annotate | Download | only in bfd

Lines Matching defs:dynobj

422   bfd *dynobj;
430 dynobj = elf_hash_table(info)->dynobj;
463 if (dynobj == NULL)
464 elf_hash_table (info)->dynobj = dynobj = abfd;
472 splt = bfd_make_section_anyway_with_flags (dynobj, ".plt",
582 xstormy16_elf_relax_section (bfd *dynobj,
598 if (dynobj != elf_hash_table (info)->dynobj
714 bfd *dynobj;
720 dynobj = elf_hash_table (info)->dynobj;
721 if (dynobj == NULL)
727 splt->contents = bfd_zalloc (dynobj, splt->size);
960 /* This must exist if dynobj is ever set. */
966 bfd *dynobj = elf_hash_table (info)->dynobj;
972 if (dynobj != NULL && splt != NULL)
979 unsigned int x = bfd_get_32 (dynobj, contents + i);