Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dpowerpc.cc6989 Address sec_addr = symobj->get_output_section_offset(*dest_shndx); in symval_for_branch() local
6990 if (sec_addr == invalid_address) in symval_for_branch()
6993 sec_addr += symobj->output_section(*dest_shndx)->address(); in symval_for_branch()
6994 *value = sec_addr + sec_off; in symval_for_branch()