Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c10284 unsigned long local_off) in ppc_type_of_stub() argument
10353 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off) in ppc_type_of_stub()
11236 bfd_vma local_off = 0; in ppc_size_one_stub() local
11267 local_off = PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other); in ppc_size_one_stub()
11271 if (off + (1 << 25) >= (bfd_vma) (1 << 26) - local_off in ppc_size_one_stub()
12302 unsigned long local_off; in ppc64_elf_size_stubs() local
12381 local_off = 0; in ppc64_elf_size_stubs()
12388 local_off = PPC64_LOCAL_ENTRY_OFFSET (hash in ppc64_elf_size_stubs()
12428 local_off); in ppc64_elf_size_stubs()
DChangeLog-2013534 (ppc_type_of_stub): Add local_off param to test branch range.
537 (ppc64_elf_size_stubs): Pass local_off to ppc_type_of_stub.