Searched refs:opd_addr (Results 1 – 1 of 1) sorted by relevance
10486 Address opd_addr = symobj->get_output_section_offset(shndx); in symval_for_branch() local10487 if (opd_addr == invalid_address) in symval_for_branch()10489 opd_addr += symobj->output_section_address(shndx); in symval_for_branch()10490 if (*value >= opd_addr && *value < opd_addr + symobj->section_size(shndx)) in symval_for_branch()10493 *dest_shndx = symobj->get_opd_ent(*value - opd_addr, &sec_off); in symval_for_branch()