Searched refs:span_end (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | aarch64.cc | 2228 section_size_type span_end; in scan_errata() local 2231 span_end = convert_to_section_size_type(p->first.offset_); in scan_errata() 2233 span_end = convert_to_section_size_type(shdr.get_sh_size()); in scan_errata() 2241 this, shndx, span_start, span_end, in scan_errata() 2246 this, shndx, span_start, span_end, in scan_errata() 8166 const section_size_type span_end, in scan_erratum_835769_span() argument 8178 section_size_type span_length = span_end - span_start; in scan_erratum_835769_span() 8215 const section_size_type span_end, in scan_erratum_843419_span() argument 8229 section_size_type span_length = span_end - span_start; in scan_erratum_843419_span()
|
| H A D | arm.cc | 6320 section_size_type span_end; in scan_section_for_cortex_a8_erratum() local 6323 span_end = convert_to_section_size_type(next->first.second); in scan_section_for_cortex_a8_erratum() 6325 span_end = convert_to_section_size_type(shdr.get_sh_size()); in scan_section_for_cortex_a8_erratum() 6328 != ((span_end + output_address - 1) & ~0xfffUL)) in scan_section_for_cortex_a8_erratum() 6331 span_start, span_end, in scan_section_for_cortex_a8_erratum() 12491 section_size_type span_end, in scan_span_for_cortex_a8_erratum() argument 12505 while (i < span_end) in scan_span_for_cortex_a8_erratum()
|