Searched refs:STO_M68HC12_FAR (Results 1 – 6 of 6) sorted by relevance
101 #define STO_M68HC12_FAR 0x80 macro
387 (STO_M68HC12_FAR, STO_M68HC12_INTERRUPT): Symbol flags for
192 if (sym->st_other & STO_M68HC12_FAR) in elf32_m68hc11_add_symbol_hook()464 is_far = (sym && (sym->st_other & STO_M68HC12_FAR)); in elf32_m68hc11_size_stubs()499 if (!(hash->other & STO_M68HC12_FAR)) in elf32_m68hc11_size_stubs()982 is_far = (sym && (sym->st_other & STO_M68HC12_FAR)); in elf32_m68hc11_relocate_section()995 is_far = (h && (h->other & STO_M68HC12_FAR)); in elf32_m68hc11_relocate_section()
823 is_far = isym->st_other & STO_M68HC12_FAR; in m68hc11_elf_relax_section()849 is_far = h->other & STO_M68HC12_FAR; in m68hc11_elf_relax_section()
27 # R_M68HC11_16 relocation to a symbol marked with STO_M68HC12_FAR.
313 {"far", s_m68hc11_mark_symbol, STO_M68HC12_FAR},