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

  /src/external/gpl3/binutils/dist/binutils/
objdump.c 110 static char *dump_ctf_parent_name; /* --ctf-parent */ variable
5838 dump_ctf (abfd, dump_ctf_section_name, dump_ctf_parent_name,
6341 dump_ctf_parent_name = xstrdup (optarg);
6447 free (dump_ctf_parent_name);
readelf.c 263 static char *dump_ctf_parent_name;
6986 free (dump_ctf_parent_name);
6987 dump_ctf_parent_name = strdup (optarg);
17633 if ((parent = ctf_dict_open (ctfa, dump_ctf_parent_name, &err)) == NULL)
25484 free (dump_ctf_parent_name);
261 static char *dump_ctf_parent_name; variable
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 110 static char *dump_ctf_parent_name; /* --ctf-parent */ variable
5849 dump_ctf (abfd, dump_ctf_section_name, dump_ctf_parent_name,
6352 dump_ctf_parent_name = xstrdup (optarg);
6458 free (dump_ctf_parent_name);
readelf.c 261 static char *dump_ctf_parent_name;
6597 free (dump_ctf_parent_name);
6598 dump_ctf_parent_name = strdup (optarg);
17088 if ((parent = ctf_dict_open (ctfa, dump_ctf_parent_name, &err)) == NULL)
24351 free (dump_ctf_parent_name);
259 static char *dump_ctf_parent_name; variable

Completed in 58 milliseconds