OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Elf_Byte
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h
62
typedef __uint8_t
Elf_Byte
;
363
Elf_Byte
st_info; /* type / binding attrs */
364
Elf_Byte
st_other; /* unused */
398
#define ELF32_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | ((type) & 0xf)))
/src/tools/amiga-elf2bb/sys/
exec_elf.h
49
typedef uint8_t
Elf_Byte
;
393
Elf_Byte
st_info; /* type / binding attrs */
394
Elf_Byte
st_other; /* unused */
400
Elf_Byte
st_info; /* type / binding attrs */
401
Elf_Byte
st_other; /* unused */
437
#define ELF32_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | ((type) & 0xf)))
441
#define ELF64_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | ((type) & 0xf)))
/src/tools/arm-elf2aout/sys/
exec_elf.h
58
typedef uint8_t
Elf_Byte
;
490
Elf_Byte
st_info; /* type / binding attrs */
491
Elf_Byte
st_other; /* unused */
497
Elf_Byte
st_info; /* type / binding attrs */
498
Elf_Byte
st_other; /* unused */
548
#define ELF_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | \
/src/tools/m68k-elf2aout/sys/
exec_elf.h
58
typedef uint8_t
Elf_Byte
;
490
Elf_Byte
st_info; /* type / binding attrs */
491
Elf_Byte
st_other; /* unused */
497
Elf_Byte
st_info; /* type / binding attrs */
498
Elf_Byte
st_other; /* unused */
548
#define ELF_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | \
/src/sys/arch/epoc32/stand/e32boot/include/
elf.h
56
typedef uint8_t
Elf_Byte
;
488
Elf_Byte
st_info; /* type / binding attrs */
489
Elf_Byte
st_other; /* unused */
495
Elf_Byte
st_info; /* type / binding attrs */
496
Elf_Byte
st_other; /* unused */
546
#define ELF_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | \
/src/sys/sys/
exec_elf.h
56
typedef uint8_t
Elf_Byte
;
583
Elf_Byte
st_info; /* type / binding attrs */
584
Elf_Byte
st_other; /* unused */
590
Elf_Byte
st_info; /* type / binding attrs */
591
Elf_Byte
st_other; /* unused */
641
#define ELF_ST_INFO(bind,type) ((
Elf_Byte
)(((bind) << 4) | \
Completed in 20 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025