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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m68hc1x.c445 bfd_boolean is_far; local
448 is_far = (sym && (sym->st_other & STO_M68HC12_FAR));
449 if (!is_far)
883 bfd_vma *relocation, bfd_boolean *is_far)
909 *is_far = (sym && (sym->st_other & STO_M68HC12_FAR));
910 if (*is_far)
923 *is_far = (h && (h->other & STO_M68HC12_FAR));
937 if (*is_far && ELF32_R_TYPE (rel->r_info) == R_M68HC11_16)
950 *is_far = FALSE;
995 bfd_boolean is_far local
877 m68hc11_get_relocation_value(bfd *input_bfd, struct bfd_link_info *info, asection *input_section, asection **local_sections, Elf_Internal_Sym *local_syms, Elf_Internal_Rela *rel, const char **name, bfd_vma *relocation, bfd_boolean *is_far) argument
[all...]
H A Delf32-m68hc11.c710 int is_far = 0;
804 is_far = isym->st_other & STO_M68HC12_FAR;
830 is_far = h->other & STO_M68HC12_FAR;
1006 else if (ELF32_R_TYPE (irel->r_info) == R_M68HC11_16 && !is_far)
708 int is_far = 0; local

Completed in 196 milliseconds