Home
last modified time | relevance | path

Searched refs:elf_xword (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h47 typedef uint64_t elf_xword; typedef
162 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 …]
DObjectFileELF.cpp1787 uint32_t Log2Align = llvm::Log2_64(std::max<elf_xword>(PHdr.p_align, 1)); in CreateSections()
1823 elf::elf_xword log2align = in CreateSections()
2387 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in GetPltEntrySizeAndOffset()
2391 elf_xword plt_entsize = in GetPltEntrySizeAndOffset()
2413 elf_xword plt_offset = plt_hdr->sh_size - num_relocations * plt_entsize; in GetPltEntrySizeAndOffset()
2431 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; in ParsePLTRelocations()
3167 elf_xword sh_flags) { in DumpELFSectionHeader_sh_flags()
DObjectFileELF.h371 elf::elf_xword sh_flags);