Home
last modified time | relevance | path

Searched refs:section_start (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp131 offset_t section_start; in CreateSections() local
142 /*file_vm_addr*/ 0, /*vm_size*/ 0, section_start, in CreateSections()
143 end_offset - section_start, /*log2align*/ 0, /*flags*/ 0); in CreateSections()
164 section_start = line.bytes_begin() - m_data.GetDataStart(); in CreateSections()
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td373 defm section_start: Eq<"section-start", "Set address of section">,