Home
last modified time | relevance | path

Searched refs:sectionOffset (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_x86_64.cpp775 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
781 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
785 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
789 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
793 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
797 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
801 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
806 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
810 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
814 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
[all …]
DFile.h43 uint64_t sectionOffset, uint64_t contentSize, bool thumb, in addDefinedAtom() argument
46 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtom()
47 ArrayRef<uint8_t> content = inSection->content.slice(sectionOffset, in addDefinedAtom()
56 sectionOffset % inSection->alignment); in addDefinedAtom()
60 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtom()
65 bool thumb, bool noDeadStrip, uint64_t sectionOffset, in addDefinedAtomInCustomSection() argument
68 assert(sectionOffset+contentSize <= inSection->content.size()); in addDefinedAtomInCustomSection()
69 ArrayRef<uint8_t> content = inSection->content.slice(sectionOffset, in addDefinedAtomInCustomSection()
79 sectionOffset % inSection->alignment); in addDefinedAtomInCustomSection()
85 addAtomForSection(inSection, atom, sectionOffset); in addDefinedAtomInCustomSection()
[all …]
DArchHandler_arm64.cpp782 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
786 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations()
788 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
791 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
797 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations()
799 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
802 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
812 appendReloc(relocs, sectionOffset, ref.addend(), 0, in appendSectionRelocations()
814 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
817 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
[all …]
DArchHandler_x86.cpp562 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
570 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
574 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
577 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
583 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
587 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
590 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
597 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
601 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
604 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
[all …]
DArchHandler_arm.cpp1192 uint32_t sectionOffset = atomSectionOffset + ref.offsetInAtom(); in appendSectionRelocations() local
1206 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
1210 appendReloc(relocs, sectionOffset, 0, addressForAtom(*ref.target()), in appendSectionRelocations()
1213 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1220 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
1228 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1234 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
1244 appendReloc(relocs, sectionOffset, symbolIndexForAtom(*ref.target()), 0, in appendSectionRelocations()
1252 appendReloc(relocs, sectionOffset, 0, targetAtomAddress, in appendSectionRelocations()
1258 appendReloc(relocs, sectionOffset, sectionIndexForAtom(*ref.target()),0, in appendSectionRelocations()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DSectionAnnotator.java47 public final int sectionOffset; field in SectionAnnotator
57 this.sectionOffset = mapItem.getOffset(); in SectionAnnotator()
70 out.moveTo(sectionOffset); in annotateSection()
DMapItem.java95 out.moveTo(sectionOffset); in makeAnnotator()
/external/llvm-project/lld/wasm/
DOutputSections.cpp174 segment->sectionOffset = bodySize; in finalizeContents()
181 inputSeg->outputOffset = segment->sectionOffset + segment->header.size() + in finalizeContents()
205 uint8_t *segStart = buf + segment->sectionOffset; in writeTo()
DOutputSegment.h38 uint32_t sectionOffset = 0; variable
DMapFile.cpp134 writeHeader(os, oseg->startVA, data->getOffset() + oseg->sectionOffset, in writeMapFile()
/external/llvm-project/lld/COFF/
DSymbolTable.h93 SectionChunk *c = nullptr, uint32_t sectionOffset = 0);
DSymbolTable.cpp654 uint32_t sectionOffset) { in addRegular() argument
662 reportDuplicate(s, f, c, sectionOffset); in addRegular()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DOatFile.java491 int sectionOffset = sectionHeader.getOffset();
500 long fileOffset = (sectionOffset + (getValue() - sectionAddress));