Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc6758 Address opd_addr = symobj->get_output_section_offset(shndx); in symval_for_branch() local
6759 if (opd_addr == invalid_address) in symval_for_branch()
6761 opd_addr += symobj->output_section_address(shndx); in symval_for_branch()
6762 if (*value >= opd_addr && *value < opd_addr + symobj->section_size(shndx)) in symval_for_branch()
6765 *dest_shndx = symobj->get_opd_ent(*value - opd_addr, &sec_off); in symval_for_branch()