Searched refs:lowest_text_loc (Results 1 – 1 of 1) sorted by relevance
87 static bfd_vma lowest_text_loc = (bfd_vma) -1; variable981 if (lowest_text_loc != (bfd_vma) -1 && (lowest_text_loc & 3) != 0) in md_assemble()988 lowest_text_loc &= ~(bfd_vma) 3; in md_assemble()989 lowest_text_loc += 4; in md_assemble()2775 else if (lowest_text_loc != (bfd_vma) -1 in tc_gen_reloc()2776 && (bfd_vma) val + 256 > lowest_text_loc in tc_gen_reloc()2779 val -= (offsetT) lowest_text_loc; in tc_gen_reloc()3500 if (text_has_contents && lowest_text_loc != (bfd_vma) -1) in mmix_md_end()3511 = symbol_new (locsymbol, absolute_section, lowest_text_loc, in mmix_md_end()3766 else if (lowest_text_loc != (bfd_vma) -1 in mmix_frob_file()[all …]