OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EF_FRV_PIC_FLAGS
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/elf/
frv.h
114
#define
EF_FRV_PIC_FLAGS
(EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
123
EF_FRV_PIC_FLAGS
| \
/src/external/gpl3/binutils.old/dist/include/elf/
frv.h
114
#define
EF_FRV_PIC_FLAGS
(EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
123
EF_FRV_PIC_FLAGS
| \
/src/external/gpl3/gdb/dist/include/elf/
frv.h
114
#define
EF_FRV_PIC_FLAGS
(EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
123
EF_FRV_PIC_FLAGS
| \
/src/external/gpl3/gdb.old/dist/include/elf/
frv.h
114
#define
EF_FRV_PIC_FLAGS
(EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
123
EF_FRV_PIC_FLAGS
| \
/src/external/gpl3/binutils/dist/bfd/
elf32-frv.c
6488
new_partial = (new_flags &
EF_FRV_PIC_FLAGS
);
6489
old_partial = (old_flags &
EF_FRV_PIC_FLAGS
);
6496
old_flags = (old_flags & ~
EF_FRV_PIC_FLAGS
) | new_partial;
6510
old_flags &= ~
EF_FRV_PIC_FLAGS
;
/src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c
6482
new_partial = (new_flags &
EF_FRV_PIC_FLAGS
);
6483
old_partial = (old_flags &
EF_FRV_PIC_FLAGS
);
6490
old_flags = (old_flags & ~
EF_FRV_PIC_FLAGS
) | new_partial;
6504
old_flags &= ~
EF_FRV_PIC_FLAGS
;
/src/external/gpl3/gdb/dist/bfd/
elf32-frv.c
6476
new_partial = (new_flags &
EF_FRV_PIC_FLAGS
);
6477
old_partial = (old_flags &
EF_FRV_PIC_FLAGS
);
6484
old_flags = (old_flags & ~
EF_FRV_PIC_FLAGS
) | new_partial;
6498
old_flags &= ~
EF_FRV_PIC_FLAGS
;
/src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c
6477
new_partial = (new_flags &
EF_FRV_PIC_FLAGS
);
6478
old_partial = (old_flags &
EF_FRV_PIC_FLAGS
);
6485
old_flags = (old_flags & ~
EF_FRV_PIC_FLAGS
) | new_partial;
6499
old_flags &= ~
EF_FRV_PIC_FLAGS
;
Completed in 48 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026