Searched refs:log2align (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Section.cpp | 158 uint32_t log2align, uint32_t flags, in Section() argument 164 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section() 174 uint32_t log2align, uint32_t flags, in Section() argument 180 m_log2align(log2align), m_children(), m_fake(false), m_encrypted(false), in Section()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Section.h | 112 lldb::offset_t file_size, uint32_t log2align, uint32_t flags, 123 lldb::offset_t file_size, uint32_t log2align, uint32_t flags,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1883 elf::elf_xword log2align = in CreateSections() local 1897 log2align, // Alignment of the section in CreateSections()
|