Home
last modified time | relevance | path

Searched refs:STO_M68HC12_FAR (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dm68hc11.h101 #define STO_M68HC12_FAR 0x80 macro
DChangeLog-9103387 (STO_M68HC12_FAR, STO_M68HC12_INTERRUPT): Symbol flags for
/toolchain/binutils/binutils-2.27/bfd/
Delf32-m68hc1x.c192 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()
Delf32-m68hc11.c823 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()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dm68hc1xelf.em27 # R_M68HC11_16 relocation to a symbol marked with STO_M68HC12_FAR.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68hc11.c313 {"far", s_m68hc11_mark_symbol, STO_M68HC12_FAR},