OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ABI_64_P
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/binutils.old/dist/bfd/
elfxx-tilegx.c
30
#define
ABI_64_P
(abfd) \
1283
(
ABI_64_P
(output_bfd) ?
1374
if (
ABI_64_P
(abfd))
2950
if (
ABI_64_P
(output_bfd))
3011
if (
ABI_64_P
(output_bfd))
3043
bool is_64bit =
ABI_64_P
(output_bfd);
3091
if (
ABI_64_P
(output_bfd))
3998
ABI_64_P
(output_bfd) ?
4004
ABI_64_P
(output_bfd) ?
elfxx-x86.h
105
#define
ABI_64_P
(abfd) \
elfxx-sparc.c
40
#define
ABI_64_P
(abfd) \
1142
if (
ABI_64_P
(abfd))
1305
if (!
ABI_64_P
(abfd)
1360
if (
ABI_64_P
(abfd))
1443
if (!
ABI_64_P
(abfd) && ! checked_tlsgd)
1621
if (!
ABI_64_P
(abfd))
2520
if (!
ABI_64_P
(output_bfd)
2612
if (
ABI_64_P
(output_bfd))
2820
if (
ABI_64_P
(output_bfd))
3227
if (!
ABI_64_P
(output_bfd)
4513
bool
abi_64_p
;
local
[
all
...]
elfxx-mips.c
822
#define
ABI_64_P
(abfd) \
826
#define NEWABI_P(abfd) (ABI_N32_P (abfd) ||
ABI_64_P
(abfd))
896
(
ABI_64_P
(abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
900
(
ABI_64_P
(abfd) \
906
(
ABI_64_P
(abfd) ? 0xdc000000 : 0x8c000000)
929
((bfd_vma) 1 << (
ABI_64_P
(abfd) ? 63 : 31))
942
((
ABI_64_P
(abfd) \
952
((
ABI_64_P
(abfd) \
958
(
ABI_64_P
(abfd) \
972
(
ABI_64_P
(abfd)
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elfxx-tilegx.c
30
#define
ABI_64_P
(abfd) \
1283
(
ABI_64_P
(output_bfd) ?
1374
if (
ABI_64_P
(abfd))
2948
if (
ABI_64_P
(output_bfd))
3009
if (
ABI_64_P
(output_bfd))
3041
bool is_64bit =
ABI_64_P
(output_bfd);
3089
if (
ABI_64_P
(output_bfd))
3996
ABI_64_P
(output_bfd) ?
4002
ABI_64_P
(output_bfd) ?
elfxx-x86.h
105
#define
ABI_64_P
(abfd) \
elfxx-sparc.c
40
#define
ABI_64_P
(abfd) \
1142
if (
ABI_64_P
(abfd))
1305
if (!
ABI_64_P
(abfd)
1360
if (
ABI_64_P
(abfd))
1433
if (!
ABI_64_P
(abfd) && ! checked_tlsgd)
1611
if (!
ABI_64_P
(abfd))
2510
if (!
ABI_64_P
(output_bfd)
2601
if (
ABI_64_P
(output_bfd))
2809
if (
ABI_64_P
(output_bfd))
3216
if (!
ABI_64_P
(output_bfd)
4484
bool
abi_64_p
;
local
[
all
...]
elfxx-mips.c
822
#define
ABI_64_P
(abfd) \
826
#define NEWABI_P(abfd) (ABI_N32_P (abfd) ||
ABI_64_P
(abfd))
896
(
ABI_64_P
(abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
900
(
ABI_64_P
(abfd) \
906
(
ABI_64_P
(abfd) ? 0xdc000000 : 0x8c000000)
929
((bfd_vma) 1 << (
ABI_64_P
(abfd) ? 63 : 31))
942
((
ABI_64_P
(abfd) \
952
((
ABI_64_P
(abfd) \
958
(
ABI_64_P
(abfd) \
972
(
ABI_64_P
(abfd)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elfxx-tilegx.c
30
#define
ABI_64_P
(abfd) \
1283
(
ABI_64_P
(output_bfd) ?
1374
if (
ABI_64_P
(abfd))
2951
if (
ABI_64_P
(output_bfd))
3012
if (
ABI_64_P
(output_bfd))
3044
bool is_64bit =
ABI_64_P
(output_bfd);
3092
if (
ABI_64_P
(output_bfd))
3999
ABI_64_P
(output_bfd) ?
4005
ABI_64_P
(output_bfd) ?
elfxx-x86.h
105
#define
ABI_64_P
(abfd) \
elfxx-sparc.c
40
#define
ABI_64_P
(abfd) \
1142
if (
ABI_64_P
(abfd))
1305
if (!
ABI_64_P
(abfd)
1360
if (
ABI_64_P
(abfd))
1443
if (!
ABI_64_P
(abfd) && ! checked_tlsgd)
1621
if (!
ABI_64_P
(abfd))
2520
if (!
ABI_64_P
(output_bfd)
2612
if (
ABI_64_P
(output_bfd))
2820
if (
ABI_64_P
(output_bfd))
3228
if (!
ABI_64_P
(output_bfd)
4495
bool
abi_64_p
;
local
[
all
...]
elfxx-mips.c
822
#define
ABI_64_P
(abfd) \
826
#define NEWABI_P(abfd) (ABI_N32_P (abfd) ||
ABI_64_P
(abfd))
896
(
ABI_64_P
(abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
900
(
ABI_64_P
(abfd) \
906
(
ABI_64_P
(abfd) ? 0xdc000000 : 0x8c000000)
929
((bfd_vma) 1 << (
ABI_64_P
(abfd) ? 63 : 31))
942
((
ABI_64_P
(abfd) \
952
((
ABI_64_P
(abfd) \
958
(
ABI_64_P
(abfd) \
972
(
ABI_64_P
(abfd)
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
elf-bfd.h
1969
#define
ABI_64_P
(abfd) \
Completed in 54 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026