Home
last modified time | relevance | path

Searched defs:sectionOffset (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lld/wasm/
DOutputSegment.h38 uint32_t sectionOffset = 0; variable
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DFile.h43 uint64_t sectionOffset, uint64_t contentSize, bool thumb, in addDefinedAtom()
65 bool thumb, bool noDeadStrip, uint64_t sectionOffset, in addDefinedAtomInCustomSection()
89 uint64_t sectionOffset, uint64_t size, in addZeroFillDefinedAtom()
258 uint64_t sectionOffset) { in addAtomForSection()
DArchHandler_x86.cpp562 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
DArchHandler_x86_64.cpp775 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
DArchHandler_arm64.cpp782 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
DArchHandler_arm.cpp1192 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DSectionAnnotator.java47 public final int sectionOffset; field in SectionAnnotator
/external/llvm-project/lld/COFF/
DSymbolTable.cpp654 uint32_t sectionOffset) { in addRegular()