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

  /src/external/bsd/elftosb/dist/common/
StExecutableImage.cpp 15 : m_alignment(inAlignment),
24 m_alignment(inOther.m_alignment),
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
StExecutableImage.h 235 int m_alignment; //!< The required address alignment for each memory region. member in class:StExecutableImage
EncoreBootImage.cpp 1149 m_alignment = alignment;
1166 unsigned blockAlignment = m_alignment >> 4;
  /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/gdb/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
jit-recording.cc 4042 m_alignment = bytes;
5040 if (m_alignment != 0)
5041 global->set_alignment (m_alignment);
6830 if (m_alignment != 0)
6831 obj->set_alignment (m_alignment);
  /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
jit-recording.cc 3982 m_alignment = bytes;
4854 if (m_alignment != 0)
4855 global->set_alignment (m_alignment);
6585 if (m_alignment != 0)
6586 obj->set_alignment (m_alignment);

Completed in 100 milliseconds