Searched refs:Elf64_Xword (Results 1 – 2 of 2) sorted by relevance
29 typedef rt_uint64_t Elf64_Xword; typedef128 Elf64_Xword sh_flags; /* Section flags */131 Elf64_Xword sh_size; /* Section size in bytes */134 Elf64_Xword sh_addralign; /* Section alignment */180 Elf64_Xword st_size; /* Symbol size */220 Elf64_Xword r_info; /* Relocation type and symbol index */234 Elf64_Xword r_info; /* Relocation type and symbol index */245 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type))300 Elf64_Xword p_filesz; /* Segment size in file */301 Elf64_Xword p_memsz; /* Segment size in memory */[all …]
59 typedef uint64_t Elf64_Xword; typedef307 Elf64_Xword sh_flags; /* Section flags */310 Elf64_Xword sh_size; /* Section size in bytes */313 Elf64_Xword sh_addralign; /* Section alignment */440 Elf64_Xword st_size; /* Symbol size */602 Elf64_Xword p_filesz; /* Segment size in file */604 Elf64_Xword p_align; /* Segment alignment */709 Elf64_Xword d_val; /* Integer value */1096 Elf64_Xword m_value; /* Symbol value. */1097 Elf64_Xword m_info; /* Size and index. */[all …]
Completed in 21 milliseconds