Searched refs:old_ent (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldcref.c | 218 char *old_ent, *old_ref; in handle_asneeded_cref() local 243 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 244 old_ref = (char *) old_ent + entsize; in handle_asneeded_cref() 258 memcpy (old_ent, p, cref_table.root.entsize); in handle_asneeded_cref() 259 old_ent = (char *) old_ent + cref_table.root.entsize; in handle_asneeded_cref() 273 char *old_ent, *old_ref; in handle_asneeded_cref() local 284 old_ent = (char *) old_tab + tabsize; in handle_asneeded_cref() 285 old_ref = (char *) old_ent + entsize; in handle_asneeded_cref() 300 memcpy (p, old_ent, cref_table.root.entsize); in handle_asneeded_cref() 301 old_ent = (char *) old_ent + cref_table.root.entsize; in handle_asneeded_cref()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 3335 void *old_ent; in elf_link_add_object_symbols() local 3773 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 3790 memcpy (old_ent, p, htab->root.table.entsize); in elf_link_add_object_symbols() 3791 old_ent = (char *) old_ent + htab->root.table.entsize; in elf_link_add_object_symbols() 3795 memcpy (old_ent, h->root.u.i.link, htab->root.table.entsize); in elf_link_add_object_symbols() 3796 old_ent = (char *) old_ent + htab->root.table.entsize; in elf_link_add_object_symbols() 4475 old_ent = (char *) old_tab + tabsize; in elf_link_add_object_symbols() 4515 memcpy (p, old_ent, htab->root.table.entsize); in elf_link_add_object_symbols() 4516 old_ent = (char *) old_ent + htab->root.table.entsize; in elf_link_add_object_symbols() 4520 memcpy (h->root.u.i.link, old_ent, htab->root.table.entsize); in elf_link_add_object_symbols() [all …]
|