Home
last modified time | relevance | path

Searched refs:parent_cache (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibbfd-in.h100 void *parent_cache; /* Where and how to find this member. */ member
H A Dlibbfd.h106 void *parent_cache; /* Where and how to find this member. */ member
H A Darchive.c398 arch_eltdata (new_elt)->parent_cache = hash_table; in _bfd_add_bfd_to_archive_cache()
2897 htab_t htab = (htab_t) ared->parent_cache; in _bfd_unlink_from_archive_parent()
H A DChangeLog-20121029 (_bfd_add_bfd_to_archive_cache): Set 'parent_cache' and 'key'.
1032 * libbfd-in.h (struct areltdata <parent_cache, key>): New fields.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibbfd-in.h105 void *parent_cache; /* Where and how to find this member. */ member
H A Dlibbfd.h110 void *parent_cache; /* Where and how to find this member. */ member
H A Darchive.c378 arch_eltdata (new_elt)->parent_cache = hash_table; in _bfd_add_bfd_to_archive_cache()
2851 htab_t htab = (htab_t) ared->parent_cache; in _bfd_unlink_from_archive_parent()
H A DChangeLog-20121029 (_bfd_add_bfd_to_archive_cache): Set 'parent_cache' and 'key'.
1032 * libbfd-in.h (struct areltdata <parent_cache, key>): New fields.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20121029 (_bfd_add_bfd_to_archive_cache): Set 'parent_cache' and 'key'.
1032 * libbfd-in.h (struct areltdata <parent_cache, key>): New fields.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20121029 (_bfd_add_bfd_to_archive_cache): Set 'parent_cache' and 'key'.
1032 * libbfd-in.h (struct areltdata <parent_cache, key>): New fields.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git101521 Uninitialised arelt_data->parent_cache led to this segv.