Home | History | Annotate | Download | only in gold

Lines Matching defs:branch_offset

1313   int64_t branch_offset = 0;
1318 branch_offset = dest - location;
1324 if (aarch64_valid_branch_offset_p(branch_offset))
5131 construct_b(unsigned char* view, unsigned int branch_offset)
5133 update_view_two_parts<32>(view, 0x05, (branch_offset >> 2),
5398 typename elfcpp::Swap<size, big_endian>::Valtype branch_offset =
5404 rela_general<32>(view, branch_offset, 0, arp);