Searched refs:dw2_asm_output_nstring (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2asm.h | 57 extern void dw2_asm_output_nstring (const char *, size_t,
|
H A D | btfout.cc | 845 dw2_asm_output_nstring (ctf_string->cts_str, -1, "btf_string"); in output_btf_strs() 852 dw2_asm_output_nstring (ctf_string->cts_str, -1, "btf_aux_string"); in output_btf_strs()
|
H A D | ctfout.cc | 630 dw2_asm_output_nstring (ctf_string->cts_str, -1, "ctf_string"); in output_ctf_strs()
|
H A D | dwarf2asm.cc | 372 dw2_asm_output_nstring (const char *str, size_t orig_len, in dw2_asm_output_nstring() function
|
H A D | dwarf2out.cc | 907 dw2_asm_output_nstring (augmentation, -1, "CIE Augmentation"); in output_call_frame_info() 11063 dw2_asm_output_nstring (AT_string (a), -1, "%s", name); in output_die() 11673 dw2_asm_output_nstring (entry->name, -1, "external name"); in output_pubname() 12507 dw2_asm_output_nstring (str, -1, "%s: %#x", entry_kind, idx); in output_line_string() 12561 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0); in output_file_names() 12737 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0); in output_file_names() 12739 dw2_asm_output_nstring (dirs[i].path, in output_file_names() 12761 dw2_asm_output_nstring (dirs[i].path, in output_file_names() 28898 dw2_asm_output_nstring (ref->info, -1, "The macro"); in output_macinfo_op()
|
H A D | ChangeLog-2003 | 8447 * dwarf2asm.c (dw2_asm_output_nstring): Add comment. 22362 dw2_asm_output_addr_rtx, dw2_asm_output_nstring, 29376 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
|
H A D | ChangeLog-2001 | 1047 (dw2_asm_output_nstring): Use assemble_integer for the null terminator. 12463 * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
|
H A D | ChangeLog-2017 | 22872 * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
|
H A D | ChangeLog-2015 | 15206 (dw2_asm_output_nstring): Emit .byte not .ascii on AIX.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dwarf2asm.h | 57 extern void dw2_asm_output_nstring (const char *, size_t,
|
H A D | dwarf2asm.c | 326 dw2_asm_output_nstring (const char *str, size_t orig_len, in dw2_asm_output_nstring() function
|
H A D | dwarf2out.c | 899 dw2_asm_output_nstring (augmentation, -1, "CIE Augmentation"); in output_call_frame_info() 10901 dw2_asm_output_nstring (AT_string (a), -1, "%s", name); in output_die() 11511 dw2_asm_output_nstring (entry->name, -1, "external name"); in output_pubname() 12147 dw2_asm_output_nstring (str, -1, "%s: %#x", entry_kind, idx); in output_line_string() 12337 dw2_asm_output_nstring (comp_dir, -1, "Directory Entry: %#x", 0); in output_file_names() 12339 dw2_asm_output_nstring (dirs[i].path, in output_file_names() 12361 dw2_asm_output_nstring (dirs[i].path, in output_file_names() 28266 dw2_asm_output_nstring (ref->info, -1, "The macro"); in output_macinfo_op()
|