Searched refs:function_stub_size (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c339 bfd_vma function_stub_size; member in struct:mips_elf_link_hash_table
7027 s->size += htab->function_stub_size;
7325 htab->function_stub_size = (dynsymcount > 0x10000
7332 loadable_size += htab->function_stub_size * (i + 1);
7550 s->size += htab->function_stub_size;
8199 BFD_ASSERT ((htab->function_stub_size == MIPS_FUNCTION_STUB_BIG_SIZE)
8214 if (htab->function_stub_size == MIPS_FUNCTION_STUB_BIG_SIZE)
8225 if (htab->function_stub_size == MIPS_FUNCTION_STUB_BIG_SIZE)
8234 memcpy (s->contents + h->plt.offset, stub, htab->function_stub_size);
9040 BFD_ASSERT (s->size >= htab->function_stub_size);
[all...]

Completed in 99 milliseconds