Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c874 bfd_boolean want_section; in find_symbol_for_address() local
944 want_section = (aux->require_sec in find_symbol_for_address()
949 if ((sorted_syms[thisplace]->section != sec && want_section) in find_symbol_for_address()
957 if ((sorted_syms[i]->section == sec || !want_section) in find_symbol_for_address()
981 if ((sorted_syms[i]->section == sec || !want_section) in find_symbol_for_address()
990 if ((sorted_syms[thisplace]->section != sec && want_section) in find_symbol_for_address()