search for: inputsec

Displaying 4 results from an estimated 4 matches for "inputsec".

Did you mean: inputseq
2020 Nov 09
1
Fragmented DWARF
...ta. There is a code using these data assuming random access: StringRef LineData = OrigDwarf.getDWARFObj().getLineSection().Data; LineData.slice(*StmtList + 4, PrologueEnd) ... StringRef FrameData = OrigDwarf.getDWARFObj().getFrameSection().Data; FrameData.substr(EntryOffset, InitialLength + 4) ... InputSec = Dwarf.getDWARFObj().getLocSection(); InputSec.Data.substr(Offset, Length); ... DWARFDataExtractor RangesData(Context.getDWARFObj(), *RangeSection,                               isLittleEndian, getAddressByteSize()); uint64_t ActualRangeListOffset = RangeSectionBase + RangeListOffset; RangeList.e...
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
On Tue, Feb 21, 2017 at 2:05 PM, Rafael Avila de Espindola via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Carlo Kok <ck at remobjects.com> writes: > > > On 2017-02-21 20:33, Rafael Avila de Espindola wrote: > >>> Input files: > >>> https://www.dropbox.com/s/8yn3dggx05atn47/binLinux.zip?dl=0 > >> > >> If you pass --reproduce
2017 Feb 22
2
[lld] elf linker creates undefined empty symbol
...<< "\n"; } if (Sort) { diff --git a/ELF/SyntheticSections.h b/ELF/SyntheticSections.h index a1190d2..9f99931 100644 --- a/ELF/SyntheticSections.h +++ b/ELF/SyntheticSections.h @@ -290,8 +290,8 @@ public: uint32_t Type; -private: SymbolBody *Sym; +private: const InputSectionBase<ELFT> *InputSec = nullptr; uintX_t OffsetInSec; bool UseSymVA;
2020 Nov 05
3
Fragmented DWARF
Hi James, On 05.11.2020 17:59, James Henderson wrote: > (Resending with history trimmed to avoid it getting stuck in moderator > queue). > > Hi Alexey, > > Just an update - I identified the cause of the "Generated debug info > is broken" error message when I tried to build things locally: the > `outStreamer` instance is initialised with the host Triple,