Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/
Dpe-dll.c171 static int runtime_pseudp_reloc_v2_init = 0; variable
2515 symtab = xmalloc ((runtime_pseudp_reloc_v2_init ? 3 : 6) * sizeof (asymbol *)); in make_runtime_pseudo_reloc()
2529 if (! runtime_pseudp_reloc_v2_init) in make_runtime_pseudo_reloc()
2532 runtime_pseudp_reloc_v2_init = 1; in make_runtime_pseudo_reloc()
DChangeLog-2008107 (runtime_pseudp_reloc_v2_init): New static variable.