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

  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 280 # define CTF_DEDUP_GID(fp, input, type) id_to_packed_id (fp, input, type)
284 # define CTF_DEDUP_GID(fp, input, type) \
534 origin = CTF_DEDUP_GID (fp, -1, -1);
1046 type_id = CTF_DEDUP_GID (fp, input_num, type);
2082 type_id = CTF_DEDUP_GID (output, cited_type_input_num, type); \
2550 CTF_DEDUP_GID (output, input_num, id));
2928 out_id = CTF_DEDUP_GID (output, output_num, new_type);
3192 CTF_DEDUP_GID (output, input_num, src_type));
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 280 # define CTF_DEDUP_GID(fp, input, type) id_to_packed_id (fp, input, type)
284 # define CTF_DEDUP_GID(fp, input, type) \
535 origin = CTF_DEDUP_GID (fp, -1, -1);
1050 type_id = CTF_DEDUP_GID (fp, input_num, type);
2059 type_id = CTF_DEDUP_GID (output, cited_type_input_num, type); \
2527 CTF_DEDUP_GID (output, input_num, id));
2902 out_id = CTF_DEDUP_GID (output, output_num, new_type);
3166 CTF_DEDUP_GID (output, input_num, src_type));
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 280 # define CTF_DEDUP_GID(fp, input, type) id_to_packed_id (fp, input, type)
284 # define CTF_DEDUP_GID(fp, input, type) \
535 origin = CTF_DEDUP_GID (fp, -1, -1);
1054 type_id = CTF_DEDUP_GID (fp, input_num, type);
2157 type_id = CTF_DEDUP_GID (output, cited_type_input_num, type); \
2625 CTF_DEDUP_GID (output, input_num, id));
3082 out_id = CTF_DEDUP_GID (output, output_num, new_type);
3347 CTF_DEDUP_GID (output, input_num, src_type));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 280 # define CTF_DEDUP_GID(fp, input, type) id_to_packed_id (fp, input, type)
284 # define CTF_DEDUP_GID(fp, input, type) \
535 origin = CTF_DEDUP_GID (fp, -1, -1);
1054 type_id = CTF_DEDUP_GID (fp, input_num, type);
2157 type_id = CTF_DEDUP_GID (output, cited_type_input_num, type); \
2625 CTF_DEDUP_GID (output, input_num, id));
3082 out_id = CTF_DEDUP_GID (output, output_num, new_type);
3347 CTF_DEDUP_GID (output, input_num, src_type));

Completed in 31 milliseconds