HomeSort by relevance Sort by last modified time
    Searched refs:VDATA (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
versados.c 87 #define VDATA(abfd) (abfd->tdata.versados_data)
157 VDATA (abfd)->alert = 0x12345678;
175 asymbol *n = VDATA (abfd)->symbols + snum;
221 char *n = VDATA (abfd)->strings;
223 strcpy (VDATA (abfd)->strings, name);
224 VDATA (abfd)->strings += strlen (VDATA (abfd)->strings) + 1;
259 int snum = VDATA (abfd)->ref_idx++;
262 VDATA (abfd)->stringlen += strlen (name) + 1;
271 esidx = VDATA (abfd)->es_done++
    [all...]
irix-core.c 70 case VDATA:
118 case VDATA:

Completed in 929 milliseconds