Searched refs:elf_xword (Results 1 – 3 of 3) sorted by relevance
47 typedef uint64_t elf_xword; typedef162 elf_xword sh_flags; ///< Section attributes.165 elf_xword sh_size; ///< Number of bytes occupied in the file.168 elf_xword sh_addralign; ///< Power of two alignment constraint.169 elf_xword sh_entsize; ///< Byte size of each section entry.198 elf_xword p_filesz; ///< Byte size of the segment in file.199 elf_xword p_memsz; ///< Byte size of the segment in memory.200 elf_xword p_align; ///< Segment alignment constraint.226 elf_xword st_size; ///< Size of the symbol or zero.279 elf_xword d_val; ///< Integer value of the table entry.[all …]
381 elf::elf_xword sh_flags);
1926 uint32_t Log2Align = llvm::Log2_64(std::max<elf_xword>(PHdr.p_align, 1)); in CreateSections()1962 elf::elf_xword log2align = in CreateSections()2541 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in GetPltEntrySizeAndOffset()2545 elf_xword plt_entsize = in GetPltEntrySizeAndOffset()2567 elf_xword plt_offset = plt_hdr->sh_size - num_relocations * plt_entsize; in GetPltEntrySizeAndOffset()2585 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations()3449 elf_xword sh_flags) { in DumpELFSectionHeader_sh_flags()