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

  /src/external/gpl3/binutils/dist/ld/
pdb.c 2294 struct lf_udt_src_line *usl = (struct lf_udt_src_line *) data; local
2312 orig_type = bfd_getl32 (&usl->type);
2329 if (!remap_type (&usl->type, map, type_num, num_types))
2334 source_file_type = bfd_getl32 (&usl->source_file_type);
2373 e->cv_hash = calc_hash ((char *) &usl->type, sizeof (uint32_t));
2381 memcpy (&umsl->type, &usl->type, sizeof (uint32_t));
2383 memcpy (&umsl->line_no, &usl->line_no, sizeof (uint32_t));
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 2295 struct lf_udt_src_line *usl = (struct lf_udt_src_line *) data; local
2313 orig_type = bfd_getl32 (&usl->type);
2330 if (!remap_type (&usl->type, map, type_num, num_types))
2335 source_file_type = bfd_getl32 (&usl->source_file_type);
2374 e->cv_hash = calc_hash ((char *) &usl->type, sizeof (uint32_t));
2382 memcpy (&umsl->type, &usl->type, sizeof (uint32_t));
2384 memcpy (&umsl->line_no, &usl->line_no, sizeof (uint32_t));

Completed in 24 milliseconds