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

  /src/external/gpl3/binutils/dist/gprofng/src/
gp-archive.cc 388 char *arch_nm = dbe_sprintf ("%s_debug", anm); local
389 archive_file (elf->gnu_debug_file->get_location (), arch_nm);
390 free (arch_nm);
393 arch_nm = dbe_sprintf ("%s_debug_alt", anm);
394 archive_file (elf->gnu_debug_file->gnu_debugalt_file->get_location (), arch_nm);
395 free (arch_nm);
400 char *arch_nm = dbe_sprintf ("%s_alt", anm); local
401 archive_file (elf->gnu_debugalt_file->get_location (), arch_nm);
402 free (arch_nm);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
gp-archive.cc 388 char *arch_nm = dbe_sprintf ("%s_debug", anm); local
389 archive_file (elf->gnu_debug_file->get_location (), arch_nm);
390 free (arch_nm);
393 arch_nm = dbe_sprintf ("%s_debug_alt", anm);
394 archive_file (elf->gnu_debug_file->gnu_debugalt_file->get_location (), arch_nm);
395 free (arch_nm);
400 char *arch_nm = dbe_sprintf ("%s_alt", anm); local
401 archive_file (elf->gnu_debugalt_file->get_location (), arch_nm);
402 free (arch_nm);

Completed in 16 milliseconds