OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_far
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf32-m68hc11.c
744
int
is_far
= 0;
838
is_far
= isym->st_other & STO_M68HC12_FAR;
864
is_far
= h->other & STO_M68HC12_FAR;
1040
else if (ELF32_R_TYPE (irel->r_info) == R_M68HC11_16 && !
is_far
)
742
int
is_far
= 0;
local
elf32-m68hc1x.c
460
bool
is_far
;
local
463
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
464
if (!
is_far
)
971
bool
is_far
= false;
local
999
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
1012
is_far
= (h && (h->other & STO_M68HC12_FAR));
1042
if (
is_far
&& ELF32_R_TYPE (rel->r_info) == R_M68HC11_16)
1053
is_far
= false;
1133
if (
is_far
)
/src/external/gpl3/binutils.old/dist/bfd/
elf32-m68hc11.c
744
int
is_far
= 0;
838
is_far
= isym->st_other & STO_M68HC12_FAR;
864
is_far
= h->other & STO_M68HC12_FAR;
1040
else if (ELF32_R_TYPE (irel->r_info) == R_M68HC11_16 && !
is_far
)
742
int
is_far
= 0;
local
elf32-m68hc1x.c
460
bool
is_far
;
local
463
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
464
if (!
is_far
)
971
bool
is_far
= false;
local
999
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
1012
is_far
= (h && (h->other & STO_M68HC12_FAR));
1041
if (
is_far
&& ELF32_R_TYPE (rel->r_info) == R_M68HC11_16)
1052
is_far
= false;
1132
if (
is_far
)
/src/external/gpl3/gdb/dist/bfd/
elf32-m68hc11.c
744
int
is_far
= 0;
838
is_far
= isym->st_other & STO_M68HC12_FAR;
864
is_far
= h->other & STO_M68HC12_FAR;
1040
else if (ELF32_R_TYPE (irel->r_info) == R_M68HC11_16 && !
is_far
)
742
int
is_far
= 0;
local
elf32-m68hc1x.c
460
bool
is_far
;
local
463
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
464
if (!
is_far
)
970
bool
is_far
= false;
local
998
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
1011
is_far
= (h && (h->other & STO_M68HC12_FAR));
1040
if (
is_far
&& ELF32_R_TYPE (rel->r_info) == R_M68HC11_16)
1051
is_far
= false;
1131
if (
is_far
)
/src/external/gpl3/gdb.old/dist/bfd/
elf32-m68hc11.c
744
int
is_far
= 0;
838
is_far
= isym->st_other & STO_M68HC12_FAR;
864
is_far
= h->other & STO_M68HC12_FAR;
1040
else if (ELF32_R_TYPE (irel->r_info) == R_M68HC11_16 && !
is_far
)
742
int
is_far
= 0;
local
elf32-m68hc1x.c
461
bool
is_far
;
local
464
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
465
if (!
is_far
)
971
bool
is_far
= false;
local
999
is_far
= (sym && (sym->st_other & STO_M68HC12_FAR));
1012
is_far
= (h && (h->other & STO_M68HC12_FAR));
1041
if (
is_far
&& ELF32_R_TYPE (rel->r_info) == R_M68HC11_16)
1052
is_far
= false;
1132
if (
is_far
)
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026