Searched refs:expr_section (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | as.h | 300 && (SEG) != expr_section) 322 extern segT reg_section, expr_section; 329 #define expr_section SEG_EXPR macro
|
H A D | symbols.c | 488 S_SET_SEGMENT (symbolP, expr_section); in colon() 959 if (final_seg == expr_section) in resolve_symbol_value() 1011 else if (finalize_syms && final_seg == expr_section in resolve_symbol_value() 1012 && seg_left != expr_section) in resolve_symbol_value() 1032 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1053 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1140 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1195 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1241 else if (S_GET_SEGMENT (symp) != expr_section) in resolve_symbol_value() 2407 && s != expr_section) in print_symbol_value_1()
|
H A D | as.c | 111 segT expr_section; variable 952 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
H A D | expr.c | 99 : expr_section), in make_expr_symbol()
|
H A D | read.c | 1510 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 4670 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
H A D | write.c | 1474 if (*seclist == reg_section || *seclist == expr_section) in write_object_file()
|
H A D | ChangeLog-9295 | 4654 processing if add_symbol is undefined or in expr_section. 9146 symbol in expr_section can not be resolved. 10110 (expr_section): Added (used for dummy symbols which hold 10112 (perform_an_assembly_pass): Create expr_section, do not create the
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | symbols.c | 469 S_SET_SEGMENT (symbolP, expr_section); in colon() 1019 if (final_seg == expr_section) in resolve_symbol_value() 1088 else if (finalize_syms && final_seg == expr_section in resolve_symbol_value() 1089 && seg_left != expr_section) in resolve_symbol_value() 1109 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1132 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1283 if (final_seg == expr_section || final_seg == undefined_section) in resolve_symbol_value() 1324 else if (S_GET_SEGMENT (symp) != expr_section) in resolve_symbol_value() 1404 || symbolP->bsym->section == expr_section) in snapshot_symbol() 1410 if (*segP == expr_section) in snapshot_symbol() [all …]
|
H A D | as.h | 281 && (SEG) != expr_section) 292 extern segT reg_section, expr_section;
|
H A D | as.c | 113 segT expr_section; variable 1001 expr_section = subseg_new ("*GAS `expr' section*", 0); in perform_an_assembly_pass()
|
H A D | read.c | 1615 S_SET_SEGMENT (line_label, expr_section); in s_mri_common() 3446 S_SET_SEGMENT (symbolP, expr_section); in pseudo_set() 4929 && S_GET_SEGMENT (expP->X_add_symbol) != expr_section) in get_known_segmented_expression()
|
H A D | expr.c | 99 : expr_section), in make_expr_symbol()
|
H A D | write.c | 1245 bfd_section_list_remove (stdoutput, expr_section); in write_object_file()
|
H A D | ChangeLog-2005 | 879 * read.c (pseudo_set): Don't set undefined symbols to expr_section. 921 * read.c (pseudo_set): Set segment of expression syms to expr_section.
|
H A D | ChangeLog-9295 | 4654 processing if add_symbol is undefined or in expr_section. 9146 symbol in expr_section can not be resolved. 10110 (expr_section): Added (used for dummy symbols which hold 10112 (perform_an_assembly_pass): Create expr_section, do not create the
|