Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c10067 unsigned long local_off) in ppc_type_of_stub() argument
10136 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off) in ppc_type_of_stub()
10997 bfd_vma local_off = 0; in ppc_size_one_stub() local
11026 local_off = PPC64_LOCAL_ENTRY_OFFSET (stub_entry->other); in ppc_size_one_stub()
11030 if (off + (1 << 25) >= (bfd_vma) (1 << 26) - local_off in ppc_size_one_stub()
12070 unsigned long local_off; in ppc64_elf_size_stubs() local
12147 local_off = 0; in ppc64_elf_size_stubs()
12154 local_off = PPC64_LOCAL_ENTRY_OFFSET (hash in ppc64_elf_size_stubs()
12194 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.