Home
last modified time | relevance | path

Searched refs:rcnt (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dnlm32-i386.c358 sym -> rcnt = 0; in nlm_i386_read_import()
359 while (sym -> rcnt < rcount) in nlm_i386_read_import()
367 sym -> rcnt++; in nlm_i386_read_import()
Dnlm32-sparc.c246 sym -> rcnt = 0; in nlm_sparc_read_import()
247 while (sym -> rcnt < rcount) in nlm_sparc_read_import()
255 sym -> rcnt++; in nlm_sparc_read_import()
Dnlm32-alpha.c631 sym -> rcnt = 0; in nlm_alpha_read_import()
632 while (sym -> rcnt < rcount) in nlm_alpha_read_import()
640 sym -> rcnt++; in nlm_alpha_read_import()
Dnlm32-ppc.c642 sym -> rcnt = 0; in nlm_powerpc_read_import()
643 while (sym -> rcnt < rcount) in nlm_powerpc_read_import()
651 sym -> rcnt++; in nlm_powerpc_read_import()
Dlibnlm.h51 bfd_size_type rcnt; member
Dnlmcode.h980 sym->rcnt = 0; in nlm_slurp_symbol_table()
1028 sym->rcnt = 0; in nlm_slurp_symbol_table()
1216 ret += syms->rcnt; in nlm_get_reloc_upper_bound()
1270 for (j = 0; j < nlm_sym->rcnt; j++) in nlm_canonicalize_reloc()
DChangeLog-91932616 (nlmNAME(symbol_type)): Added rcnt and relocs fields.