OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ELF64_R_INFO
(Results
1 - 9
of
9
) sorted by relevancy
/src/tools/amiga-elf2bb/sys/
exec_elf.h
496
#define
ELF64_R_INFO
(sym,type) (((sym) << 32) + (type))
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
604
#define
ELF64_R_INFO
(sym,type) (((sym) << 32) + (type))
/src/sys/sys/
exec_elf.h
687
#define
ELF64_R_INFO
(sym,type) (((sym) << 32) + (type))
/src/tools/arm-elf2aout/sys/
exec_elf.h
606
#define
ELF64_R_INFO
(sym,type) (((sym) << 32) + (type))
/src/tools/m68k-elf2aout/sys/
exec_elf.h
606
#define
ELF64_R_INFO
(sym,type) (((sym) << 32) + (type))
/src/external/gpl3/binutils.old/dist/include/elf/
common.h
1163
#define
ELF64_R_INFO
(s,t) (((bfd_vma) (s) << 31 << 1) + (bfd_vma) (t))
/src/external/gpl3/gdb.old/dist/include/elf/
common.h
1149
#define
ELF64_R_INFO
(s,t) (((bfd_vma) (s) << 31 << 1) + (bfd_vma) (t))
/src/external/gpl3/gdb/dist/include/elf/
common.h
1160
#define
ELF64_R_INFO
(s,t) (((bfd_vma) (s) << 31 << 1) + (bfd_vma) (t))
/src/external/gpl3/binutils/dist/include/elf/
common.h
1182
#define
ELF64_R_INFO
(s,t) (((bfd_vma) (s) << 31 << 1) + (bfd_vma) (t))
Completed in 61 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026