Home
last modified time | relevance | path

Searched refs:dw2_asm_output_nstring (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddwarf2asm.h46 extern void dw2_asm_output_nstring (const char *, size_t,
H A Ddwarf2asm.c244 dw2_asm_output_nstring (const char *str, size_t orig_len, in dw2_asm_output_nstring() function
H A Ddwarf2out.c2327 dw2_asm_output_nstring (augmentation, -1, "CIE Augmentation"); in output_call_frame_info()
7235 dw2_asm_output_nstring (AT_string (a), -1, "%s", name); in output_die()
7430 dw2_asm_output_nstring (pub->name, -1, "external name"); in output_pubnames()
7867 dw2_asm_output_nstring (dirs[i].path, dirs[i].length - 1, in output_file_names()
7885 dw2_asm_output_nstring (files[file_idx].path + dirs[dir_idx].length, -1, in output_file_names()
13961 dw2_asm_output_nstring (buffer, -1, "The macro"); in dwarf2out_define()
13978 dw2_asm_output_nstring (buffer, -1, "The macro"); in dwarf2out_undef()
H A DChangeLog-20038447 * 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 DChangeLog-20011047 (dw2_asm_output_nstring): Use assemble_integer for the null terminator.
12463 * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.