Searched refs:Elf64_Word (Results 1 – 4 of 4) sorted by relevance
/qemu/include/ |
H A D | elf.h | 17 typedef uint32_t Elf64_Word; typedef 1483 Elf64_Word st_name; /* Symbol name, index in string tbl */ 1520 Elf64_Word e_version; 1524 Elf64_Word e_flags; 1551 Elf64_Word p_type; 1552 Elf64_Word p_flags; 1615 Elf64_Word sh_name; /* Section name, index in string tbl */ 1616 Elf64_Word sh_type; /* Type of section */ 1621 Elf64_Word sh_link; /* Index of another section */ 1622 Elf64_Word sh_info; /* Additional section information */ [all …]
|
/qemu/target/loongarch/ |
H A D | arch_dump.c | 79 const char *name, Elf64_Word namesz, in loongarch_note_init() 80 Elf64_Word type, Elf64_Word descsz) in loongarch_note_init()
|
/qemu/target/riscv/ |
H A D | arch_dump.c | 55 const char *name, Elf64_Word namesz, in riscv64_note_init() 56 Elf64_Word type, Elf64_Word descsz) in riscv64_note_init()
|
/qemu/target/arm/ |
H A D | arch_dump.c | 96 const char *name, Elf64_Word namesz, in aarch64_note_init() 97 Elf64_Word type, Elf64_Word descsz) in aarch64_note_init()
|