Home
last modified time | relevance | path

Searched defs:AddressState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h307 struct AddressState { struct
309 OutputSection *outSec = nullptr;
310 MemoryRegion *memRegion = nullptr;
311 MemoryRegion *lmaRegion = nullptr;
312 uint64_t lmaOffset = 0;
313 uint64_t tbssAddr = 0;
314 uint64_t overlaySize;
H A DLinkerScript.cpp1511 LinkerScript::AddressState::AddressState(const LinkerScript &script) { in AddressState() function in LinkerScript::AddressState