Searched refs:absolute_section (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-spu.h95 abs_section_sym = section_symbol (absolute_section); \
H A Dobj-coff.c671 S_SET_SEGMENT (def_symbol_in_progress, absolute_section);
679 S_SET_SEGMENT (def_symbol_in_progress, absolute_section);
704 absolute_section or untagged SEG_DEBUG it never merges. We also
727 || S_GET_SEGMENT (def_symbol_in_progress) == absolute_section
1236 S_SET_SEGMENT (symp, absolute_section);
H A Dtc-sparc.c2901 if (seg != absolute_section
3667 = symbol_get_bfdsym (section_symbol (absolute_section));
4250 we have to use absolute_section, because otherwise
4253 S_SET_SEGMENT (globals[reg], absolute_section);
4324 if (now_seg == absolute_section)
H A Dobj-elf.c264 sym = symbol_new (s, absolute_section, 0, NULL);
1303 psym = section_symbol (absolute_section);
H A Dtc-ppc.c3628 absolute_section,
5056 else if (S_GET_SEGMENT (sym) == absolute_section)
5202 if (S_GET_SEGMENT (sym) != absolute_section)
5205 csect = symbol_create (".abs[XO]", absolute_section,
5381 if (symseg == absolute_section)
H A Dtc-alpha.c1374 section_symbol (absolute_section), addend);
4310 e.X_add_symbol = section_symbol (absolute_section);
4323 e.X_add_symbol = section_symbol (absolute_section);
5370 && S_GET_SEGMENT (fixP->fx_addsy) != absolute_section)
H A Dtc-cr16.c562 : absolute_section),
H A Dtc-i386.c4260 /* Not absolute_section.
4660 && exp_seg != absolute_section
4901 && exp_seg != absolute_section
5655 && sym_seg != absolute_section))
7508 if (!symbolP || S_GET_SEGMENT(symbolP) != absolute_section)
H A Dtc-arm.c839 if (seg != absolute_section
4112 if (expression (&exp) == absolute_section
16883 know (S_GET_SEGMENT (sym) != absolute_section
H A Dtc-mips.c13866 else if (symsec != absolute_section && sec != NULL)
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c92 /* Putting constant symbols in absolute_section rather than
98 ? absolute_section
696 if (now_seg == absolute_section)
1279 if (mode != expr_defer && segment == absolute_section)
1333 return absolute_section;
1395 absolute_section or the segment of a symbol. */
1855 retval = absolute_section;
1856 rightseg = absolute_section;
1895 return resultP->X_op == O_constant ? absolute_section : retval;
1937 if (seg_left != absolute_section)
[all...]
H A Das.h284 #define SEG_NORMAL(SEG) ( (SEG) != absolute_section \
301 #define absolute_section bfd_abs_section_ptr
298 #define absolute_section macro
H A Dfrags.c300 if (now_seg == absolute_section)
372 if (now_seg == absolute_section)
H A Dread.c690 absolute_section,
1231 if (now_seg == absolute_section)
2452 ? absolute_section
2530 S_SET_SEGMENT (line_label, absolute_section);
2602 if (segment != now_seg && segment != absolute_section)
2605 if (now_seg == absolute_section)
3091 if (now_seg == absolute_section)
3164 if (now_seg == absolute_section || mri_common_symbol != NULL)
3185 if (now_seg == absolute_section)
3207 if (now_seg == absolute_section)
[all...]
H A Dsymbols.c277 if (now_seg == absolute_section)
1127 final_seg = absolute_section;
1239 if (op != O_logical_not && seg_left != absolute_section
1244 final_seg = absolute_section;
1286 if (seg_right == absolute_section)
1291 else if (seg_left == absolute_section)
1302 if (seg_right == absolute_section)
1317 if (!(seg_left == absolute_section
1318 && seg_right == absolute_section)
1340 final_seg = absolute_section;
[all...]
H A Dwrite.c344 if (seg == absolute_section)
354 if (seg == absolute_section)
695 abs_section_sym = section_symbol (absolute_section);
857 segT add_symbol_segment = absolute_section;
860 abs_section_sym = section_symbol (absolute_section);
926 else if (sub_symbol_segment == absolute_section
982 else if (add_symbol_segment == absolute_section
1893 know (S_GET_SEGMENT (symbolP) != absolute_section
2348 if (S_GET_SEGMENT (symbolP) != absolute_section
H A Dlisting.c291 if (now_seg == absolute_section)
750 || S_GET_SEGMENT (ptr) == absolute_section)
H A Das.c1156 sym = symbol_new (defsyms->name, absolute_section, defsyms->value,
H A Dcgen.c456 && exp.X_add_symbol->bsym->section != absolute_section

Completed in 347 milliseconds