Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c180 #define GLINK_CALL_STUB_SIZE (16*4) macro
3403 glink_vma = dyn.d_un.d_val + GLINK_CALL_STUB_SIZE - 8 * 4; in ppc64_elf_get_synthetic_symtab()
9418 s->size += GLINK_CALL_STUB_SIZE; in allocate_dynrelocs()
9422 if (s->size >= GLINK_CALL_STUB_SIZE + 32768*2*4) in allocate_dynrelocs()
10242 bfd_vma glinkoff = GLINK_CALL_STUB_SIZE + pltindex * 8; in build_plt_stub()
12781 while (p - htab->glink->contents < GLINK_CALL_STUB_SIZE) in ppc64_elf_build_stubs()
15034 dyn.d_un.d_ptr += GLINK_CALL_STUB_SIZE - 8 * 4; in ppc64_elf_finish_dynamic_sections()
DChangeLog-02032855 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
11154 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.