Searched refs:elf_xword (Results 1 – 3 of 3) sorted by relevance
49 typedef uint64_t elf_xword; typedef157 elf_xword sh_flags; ///< Section attributes. 160 elf_xword sh_size; ///< Number of bytes occupied in the file.163 elf_xword sh_addralign; ///< Power of two alignment constraint.164 elf_xword sh_entsize; ///< Byte size of each section entry.197 elf_xword p_filesz; ///< Byte size of the segment in file.198 elf_xword p_memsz; ///< Byte size of the segment in memory.199 elf_xword p_align; ///< Segment alignment constraint.228 elf_xword st_size; ///< Size of the symbol or zero.289 elf_xword d_val; ///< Integer value of the table entry.[all …]
319 elf::elf_xword sh_flags);
1307 const elf_xword plt_entsize = plt_hdr->sh_entsize; in ParsePLTRelocations()1308 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations()1755 ObjectFileELF::DumpELFSectionHeader_sh_flags(Stream *s, elf_xword sh_flags) in DumpELFSectionHeader_sh_flags()