Home
last modified time | relevance | path

Searched refs:dyn_reloc_cache (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h615 arelent *dyn_reloc_cache; member
Dmach-o.c1501 if (mdata->dyn_reloc_cache == NULL) in bfd_mach_o_canonicalize_dynamic_reloc()
1523 mdata->dyn_reloc_cache = res; in bfd_mach_o_canonicalize_dynamic_reloc()
1526 res = mdata->dyn_reloc_cache; in bfd_mach_o_canonicalize_dynamic_reloc()
4897 mdata->dyn_reloc_cache = NULL; in bfd_mach_o_mkobject_init()
5711 free (mdata->dyn_reloc_cache); in bfd_mach_o_free_cached_info()
5712 mdata->dyn_reloc_cache = NULL; in bfd_mach_o_free_cached_info()
DChangeLog-2011132 * mach-o.c (bfd_mach_o_mkobject_init): Initialize dyn_reloc_cache.