HomeSort by: relevance | last modified time | path
    Searched defs:typenums (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
stabs.c 1192 int typenums[2]; local
1215 /* 'typenums=' not present, type is anonymous. Read and return
1217 typenums[0] = typenums[1] = -1;
1221 if (! parse_stab_type_number (pp, typenums, p_end))
1227 return stab_find_type (dhandle, info, typenums);
1242 if (slotp != NULL && typenums[0] >= 0 && typenums[1] >= 0)
1243 *slotp = stab_find_slot (dhandle, info, typenums);
1398 if (typenums[0] == xtypenums[0] && typenums[1] == xtypenums[1]
3194 int typenums[2]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 1192 int typenums[2]; local
1215 /* 'typenums=' not present, type is anonymous. Read and return
1217 typenums[0] = typenums[1] = -1;
1221 if (! parse_stab_type_number (pp, typenums, p_end))
1227 return stab_find_type (dhandle, info, typenums);
1242 if (slotp != NULL && typenums[0] >= 0 && typenums[1] >= 0)
1243 *slotp = stab_find_slot (dhandle, info, typenums);
1398 if (typenums[0] == xtypenums[0] && typenums[1] == xtypenums[1]
3194 int typenums[2]; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 252 int typenums[2]; member in struct:nat
287 The number-pair is in TYPENUMS.
293 dbx_lookup_type (int typenums[2], struct objfile *objfile)
295 int filenum = typenums[0];
296 int index = typenums[1];
383 /* Make sure there is a type allocated for type numbers TYPENUMS
386 TYPENUMS may be (-1, -1) to return a new type object that is not
390 dbx_alloc_type (int typenums[2], struct objfile *objfile)
394 if (typenums[0] == -1)
400 type_addr = dbx_lookup_type (typenums, objfile)
3981 int typenums[2]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 252 int typenums[2]; member in struct:nat
287 The number-pair is in TYPENUMS.
293 dbx_lookup_type (int typenums[2], struct objfile *objfile)
295 int filenum = typenums[0];
296 int index = typenums[1];
383 /* Make sure there is a type allocated for type numbers TYPENUMS
386 TYPENUMS may be (-1, -1) to return a new type object that is not
390 dbx_alloc_type (int typenums[2], struct objfile *objfile)
394 if (typenums[0] == -1)
400 type_addr = dbx_lookup_type (typenums, objfile)
3983 int typenums[2]; local
    [all...]

Completed in 18 milliseconds