Searched refs:Elf64_Xword (Results 1 – 2 of 2) sorted by relevance
20 typedef uint64_t Elf64_Xword; typedef202 Elf64_Xword sh_flags;206 …Elf64_Xword sh_size; // The section's size in bytes(如果是SHT_NOBITS类型的section,section不会在文件中真正占用…209 Elf64_Xword sh_addralign; // 地址按照多少bytes对齐。只允许使用2的n次幂的值。如果值为0或1,则意味着地址没有对齐要求。210 Elf64_Xword sh_entsize; // 如果某个段拥有指定size的entry,则在这里指定,否则为0295 Elf64_Xword st_size;322 Elf64_Xword p_filesz;323 Elf64_Xword p_memsz;324 Elf64_Xword p_align;
39 typedef uint64_t Elf64_Xword; typedef400 Elf64_Xword sh_flags; /* Section flags */403 Elf64_Xword sh_size; /* Section size in bytes */406 Elf64_Xword sh_addralign; /* Section alignment */407 Elf64_Xword sh_entsize; /* Entry size if section holds table */501 Elf64_Xword ch_size; /* Uncompressed data size. */502 Elf64_Xword ch_addralign; /* Uncompressed data alignment. */534 Elf64_Xword st_size; /* Symbol size */646 Elf64_Xword r_info; /* Relocation type and symbol index */661 Elf64_Xword r_info; /* Relocation type and symbol index */[all …]