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

  /src/external/gpl3/gdb/dist/gdb/
coffread.c 440 struct type **type_addr = coff_lookup_type (index); local
441 struct type *type = *type_addr;
449 *type_addr = type;
stabsread.c 392 struct type **type_addr;
400 type_addr = dbx_lookup_type (typenums, objfile);
405 if (*type_addr == 0)
407 *type_addr = type_allocator (objfile,
411 return (*type_addr);
391 struct type **type_addr; local
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 347 struct type **type_addr = coff_lookup_type (index); local
348 struct type *type = *type_addr;
356 *type_addr = type;
stabsread.c 341 struct type **type_addr;
349 type_addr = dbx_lookup_type (typenums, objfile);
354 if (*type_addr == 0)
356 *type_addr = type_allocator (objfile,
360 return (*type_addr);
340 struct type **type_addr; local

Completed in 31 milliseconds