HomeSort by: relevance | last modified time | path
    Searched defs:m_alignment (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
StExecutableImage.h 235 int m_alignment; //!< The required address alignment for each memory region. member in class:StExecutableImage
EncoreBootImage.h 705 Section() : CipherBlockGenerator(), m_identifier(0), m_image(0), m_alignment(BOOT_IMAGE_MINIMUM_SECTION_ALIGNMENT), m_flags(0), m_leaveUnencrypted(false) {}
708 Section(uint32_t identifier) : CipherBlockGenerator(), m_identifier(identifier), m_image(0), m_alignment(BOOT_IMAGE_MINIMUM_SECTION_ALIGNMENT), m_flags(0), m_leaveUnencrypted(false) {}
747 unsigned getAlignment() const { return m_alignment; }
765 unsigned m_alignment; //!< Alignment requirement for the start of this section. member in class:elftosb::EncoreBootImage::Section
  /src/external/gpl3/gdb/dist/gdb/
ui-out.c 46 m_alignment (alignment),
64 return m_alignment;
88 ui_align m_alignment; variable
  /src/external/gpl3/gdb.old/dist/gdb/
ui-out.c 46 m_alignment (alignment),
64 return m_alignment;
88 ui_align m_alignment; variable
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h 1238 m_alignment (0),
1269 unsigned get_alignment () const { return m_alignment; }
1275 unsigned m_alignment; member in class:gcc::jit::recording::lvalue
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h 1176 m_alignment (0)
1202 unsigned get_alignment () const { return m_alignment; }
1208 unsigned m_alignment; member in class:gcc::jit::recording::lvalue

Completed in 36 milliseconds