Home
last modified time | relevance | path

Searched refs:log2align (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp158 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 DSection.h112 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 DObjectFileELF.cpp1883 elf::elf_xword log2align = in CreateSections() local
1897 log2align, // Alignment of the section in CreateSections()