Home
last modified time | relevance | path

Searched refs:line_label (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/gas/
HDread.c190 symbolS *line_label; variable
900 line_label = NULL; in read_a_source_file()
952 line_label = colon (line_start); in read_a_source_file()
954 line_label = symbol_create (line_start, in read_a_source_file()
1018 line_label = colon (s); /* User-defined label. */ in read_a_source_file()
1022 tc_check_label (line_label); in read_a_source_file()
1112 if (line_label != NULL) in read_a_source_file()
1114 symbol_set_frag (line_label, frag_now); in read_a_source_file()
1115 S_SET_VALUE (line_label, frag_now_fix ()); in read_a_source_file()
1172 if (line_label != NULL) in read_a_source_file()
[all …]
HDread.h89 extern symbolS *line_label;
/dragonfly/contrib/binutils-2.27/gas/
HDread.c189 symbolS *line_label; variable
898 line_label = NULL; in read_a_source_file()
950 line_label = colon (line_start); in read_a_source_file()
952 line_label = symbol_create (line_start, in read_a_source_file()
1016 line_label = colon (s); /* User-defined label. */ in read_a_source_file()
1020 tc_check_label (line_label); in read_a_source_file()
1110 if (line_label != NULL) in read_a_source_file()
1112 symbol_set_frag (line_label, frag_now); in read_a_source_file()
1113 S_SET_VALUE (line_label, frag_now_fix ()); in read_a_source_file()
1170 if (line_label != NULL) in read_a_source_file()
[all …]
HDread.h85 extern symbolS *line_label;
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c12479 char line_label[MAX_ARTIFICIAL_LABEL_BYTES]; in output_one_line_info_table() local
12499 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val); in output_one_line_info_table()
12505 dw2_asm_output_data (1, 0, "set address %s%s", line_label, in output_one_line_info_table()
12510 dw2_asm_output_addr (DWARF2_ADDR_SIZE, line_label, NULL); in output_one_line_info_table()
12517 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val); in output_one_line_info_table()
12524 dw2_asm_output_delta (2, line_label, prev_label, in output_one_line_info_table()
12525 "from %s to %s", prev_label, line_label); in output_one_line_info_table()
/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c9370 char line_label[MAX_ARTIFICIAL_LABEL_BYTES]; in output_one_line_info_table() local
9387 ASM_GENERATE_INTERNAL_LABEL (line_label, LINE_CODE_LABEL, ent->val); in output_one_line_info_table()
9391 dw2_asm_output_data (1, 0, "set address %s", line_label); in output_one_line_info_table()
9394 dw2_asm_output_addr (DWARF2_ADDR_SIZE, line_label, NULL); in output_one_line_info_table()