Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c222 bfd *orig_bfd = abfd; in bfd_cache_lookup_worker() local
253 orig_bfd, bfd_errmsg (bfd_get_error ())); in bfd_cache_lookup_worker()
Ddwarf2.c3016 set_debug_vma (bfd *orig_bfd, bfd *debug_bfd) in set_debug_vma() argument
3020 for (s = orig_bfd->sections, d = debug_bfd->sections; in set_debug_vma()
3062 place_sections (bfd *orig_bfd, struct dwarf2_debug *stash) in place_sections() argument
3080 abfd = orig_bfd; in place_sections()
3098 if (!((sect->flags & SEC_ALLOC) != 0 && abfd == orig_bfd) in place_sections()
3123 abfd = orig_bfd; in place_sections()
3142 if (!((sect->flags & SEC_ALLOC) != 0 && abfd == orig_bfd) in place_sections()
3175 if (orig_bfd != stash->bfd_ptr) in place_sections()
3176 set_debug_vma (orig_bfd, stash->bfd_ptr); in place_sections()