Home
last modified time | relevance | path

Searched refs:is_far (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68hc1x.c461 bfd_boolean is_far; in elf32_m68hc11_size_stubs() local
464 is_far = (sym && (sym->st_other & STO_M68HC12_FAR)); in elf32_m68hc11_size_stubs()
465 if (!is_far) in elf32_m68hc11_size_stubs()
954 bfd_boolean is_far = FALSE; in elf32_m68hc11_relocate_section() local
980 is_far = (sym && (sym->st_other & STO_M68HC12_FAR)); in elf32_m68hc11_relocate_section()
993 is_far = (h && (h->other & STO_M68HC12_FAR)); in elf32_m68hc11_relocate_section()
1022 if (is_far && ELF32_R_TYPE (rel->r_info) == R_M68HC11_16) in elf32_m68hc11_relocate_section()
1033 is_far = FALSE; in elf32_m68hc11_relocate_section()
1114 if (is_far) in elf32_m68hc11_relocate_section()
Delf32-m68hc11.c725 int is_far = 0; in m68hc11_elf_relax_section() local
819 is_far = isym->st_other & STO_M68HC12_FAR; in m68hc11_elf_relax_section()
845 is_far = h->other & STO_M68HC12_FAR; in m68hc11_elf_relax_section()
1021 else if (ELF32_R_TYPE (irel->r_info) == R_M68HC11_16 && !is_far) in m68hc11_elf_relax_section()