Searched refs:log2align (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 162 uint32_t log2align, uint32_t flags, in Section() argument 168 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section() 178 uint32_t log2align, uint32_t flags, in Section() argument 184 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 120 lldb::offset_t file_size, uint32_t log2align, uint32_t flags, 131 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1962 elf::elf_xword log2align = in CreateSections() local 1976 log2align, // Alignment of the section in CreateSections()
|