Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjdump.c843 bfd_boolean want_section; in find_symbol_for_address() local
913 want_section = (aux->require_sec in find_symbol_for_address()
918 if ((sorted_syms[thisplace]->section != sec && want_section) in find_symbol_for_address()
926 if ((sorted_syms[i]->section == sec || !want_section) in find_symbol_for_address()
950 if ((sorted_syms[i]->section == sec || !want_section) in find_symbol_for_address()
959 if ((sorted_syms[thisplace]->section != sec && want_section) in find_symbol_for_address()