Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dplugin.c511 asection *owner_sec; in get_symbols() local
545 owner_sec = (blhe->type == bfd_link_hash_common in get_symbols()
556 if (owner_sec->owner == link_info.output_bfd) in get_symbols()
558 else if (owner_sec->owner == abfd) in get_symbols()
560 else if (is_ir_dummy_bfd (owner_sec->owner)) in get_symbols()
562 else if (owner_sec->owner != NULL in get_symbols()
563 && (owner_sec->owner->flags & DYNAMIC) != 0) in get_symbols()
572 else if (owner_sec->owner == link_info.output_bfd) in get_symbols()
574 else if (owner_sec->owner == abfd) in get_symbols()
578 else if (is_ir_dummy_bfd (owner_sec->owner)) in get_symbols()
DChangeLog-20111060 * plugin.c (get_symbols): Check if owner_sec->owner is NULL