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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3779 static inline const char *AT_lbl (dw_attr_node *);
5446 AT_lbl (dw_attr_node *a)
5507 return a ? AT_lbl (a) : NULL;
10786 dw2_asm_output_addr (DWARF2_ADDR_SIZE, AT_lbl (a), "%s", name);
11088 dw2_asm_output_offset (dwarf_offset_size, AT_lbl (a),
11093 dw2_asm_output_offset (dwarf_offset_size, AT_lbl (a),
11098 dw2_asm_output_offset (dwarf_offset_size, AT_lbl (a),
11148 dw2_asm_output_delta (DWARF2_ADDR_SIZE, AT_lbl (a),
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3781 static inline const char *AT_lbl (dw_attr_node *);
5431 AT_lbl (dw_attr_node *a)
5492 return a ? AT_lbl (a) : NULL;
10744 dw2_asm_output_addr (DWARF2_ADDR_SIZE, AT_lbl (a), "%s", name);
11046 dw2_asm_output_offset (dwarf_offset_size, AT_lbl (a),
11051 dw2_asm_output_offset (dwarf_offset_size, AT_lbl (a),
11056 dw2_asm_output_offset (dwarf_offset_size, AT_lbl (a),
11106 dw2_asm_output_delta (DWARF2_ADDR_SIZE, AT_lbl (a),

Completed in 130 milliseconds