OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Elf_Byte
(Results
1 - 8
of
8
) sorted by relevancy
/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/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/usr.sbin/lockstat/
elf32.c
171
Elf_Byte
st;
/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) | \
/src/sys/lib/libsa/
loadfile_elf32.c
89
internalize_ehdr(
Elf_Byte
bo, Elf_Ehdr *ehdr)
126
externalize_ehdr(
Elf_Byte
bo, Elf_Ehdr *ehdr)
163
internalize_phdr(
Elf_Byte
bo, Elf_Phdr *phdr)
190
internalize_shdr(
Elf_Byte
bo, Elf_Shdr *shdr)
221
externalize_shdr(
Elf_Byte
bo, Elf_Shdr *shdr)
Completed in 23 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025