HomeSort by relevance Sort by last modified time
    Searched refs:elf_xword (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 49 typedef uint64_t elf_xword; typedef in namespace:elf
157 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...]
ObjectFileELF.h 319 elf::elf_xword sh_flags);
ObjectFileELF.cpp     [all...]

Completed in 495 milliseconds