Home | History | Annotate | Download | only in coff

Lines Matching defs:nreloc

114     unsigned long nreloc;   /* number of relocation entries >64k -> error */
410 data->nreloc = 0;
676 info->csd->nreloc++;
822 if (csd->nreloc == 0)
836 if (csd->nreloc
838 YASM_WRITE_32_L(localbuf, csd->nreloc+1); /* address of relocation */
932 if (csd->nreloc >= 64*1024) {
944 YASM_WRITE_16_L(localbuf, csd->nreloc); /* num of relocation entries */
1009 unsigned long nreloc = 0; /* for sect auxent */
1037 nreloc = csectd->nreloc;
1102 YASM_WRITE_16_L(localbuf, nreloc); /* number relocs */
1653 fprintf(f, "%*snreloc=%ld\n", indent_level, "", csd->nreloc);