Home
last modified time | relevance | path

Searched refs:VAddr (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dpreserve-segment-contents.test315 VAddr: 0x2000
321 VAddr: 0x2100
327 VAddr: 0x2200
333 VAddr: 0x2300
339 VAddr: 0x2308
344 VAddr: 0x3000
350 VAddr: 0x3002
354 VAddr: 0x3004
359 VAddr: 0x3008
364 VAddr: 0x300C
[all …]
Dmarker-segment.test34 VAddr: 0x1000
40 VAddr: 0x2000
46 VAddr: 0x0000
50 VAddr: 0x2010
Donly-keep-debug.test104 VAddr: 0x1480 # Ensure Offset=VAddr (mod Align) if Offset changes
110 VAddr: 0x1480 # Ensure Offset=VAddr (mod Align) if Offset changes
114 VAddr: 0x400
164 VAddr: 0x40
178 VAddr: 0x202
262 VAddr: 0x200
272 VAddr: 0x1240
278 VAddr: 0x1240
Dcheck-addr-offset-align-binary.test27 VAddr: 0x1000
33 VAddr: 0x1008
Dbinary-segment-layout.test28 VAddr: 0x00
33 VAddr: 0x08
Dtwo-seg-remove-end.test44 VAddr: 0x1000
49 VAddr: 0x3000
Dtwo-seg-remove-first.test44 VAddr: 0x1000
49 VAddr: 0x3000
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnon-dynamic-in-pt-dynamic.test52 VAddr: 0x1000
56 VAddr: 0x1000
104 VAddr: 0x1000
108 VAddr: 0x1000
157 VAddr: 0x1000
161 VAddr: 0x1000
Ddynamic-not-in-pt-dynamic.test54 VAddr: 0x1000
58 VAddr: 0x1000
107 VAddr: 0x1000
111 VAddr: 0x1000
147 VAddr: 0x1000
151 VAddr: 0x1000
Ddynamic-empty.test22 VAddr: 0x1000
26 VAddr: 0x1000
Dprogram-headers.test450 VAddr: 0x1000
456 VAddr: 0x2000
462 VAddr: 0x2000
468 VAddr: 0x1000
474 VAddr: 0x3000
479 VAddr: 0x1000
484 VAddr: 0x1000
489 VAddr: 0x4000
494 VAddr: 0x1000
499 VAddr: 0x1000
[all …]
/external/llvm-project/llvm/lib/Object/
DELF.cpp569 Expected<const uint8_t *> ELFFile<ELFT>::toMappedAddr(uint64_t VAddr) const { in toMappedAddr()
581 std::upper_bound(LoadSegments.begin(), LoadSegments.end(), VAddr, in toMappedAddr()
582 [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr() argument
583 return VAddr < Phdr->p_vaddr; in toMappedAddr()
588 Twine::utohexstr(VAddr)); in toMappedAddr()
591 uint64_t Delta = VAddr - Phdr.p_vaddr; in toMappedAddr()
594 Twine::utohexstr(VAddr)); in toMappedAddr()
599 Twine::utohexstr(VAddr) + " to the segment with index " + in toMappedAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp557 Expected<const uint8_t *> ELFFile<ELFT>::toMappedAddr(uint64_t VAddr) const { in toMappedAddr()
569 std::upper_bound(LoadSegments.begin(), LoadSegments.end(), VAddr, in toMappedAddr()
570 [](uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in toMappedAddr() argument
571 return VAddr < Phdr->p_vaddr; in toMappedAddr()
576 Twine::utohexstr(VAddr)); in toMappedAddr()
579 uint64_t Delta = VAddr - Phdr.p_vaddr; in toMappedAddr()
582 Twine::utohexstr(VAddr)); in toMappedAddr()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp92 bool SelectMUBUF(SDValue Addr, SDValue &SRsrc, SDValue &VAddr,
96 bool SelectMUBUFAddr64(SDValue Addr, SDValue &SRsrc, SDValue &VAddr,
100 SDValue &VAddr, SDValue &SOffset, SDValue &Offset,
102 bool SelectMUBUFScratch(SDValue Addr, SDValue &RSrc, SDValue &VAddr,
119 bool SelectFlat(SDValue Addr, SDValue &VAddr,
793 SDValue &VAddr, SDValue &SOffset, in SelectMUBUF() argument
826 VAddr = N3; in SelectMUBUF()
830 VAddr = CurDAG->getTargetConstant(0, DL, MVT::i32); in SelectMUBUF()
855 VAddr = N1; in SelectMUBUF()
861 VAddr = CurDAG->getTargetConstant(0, DL, MVT::i32); in SelectMUBUF()
[all …]
/external/llvm-project/llvm/test/tools/llvm-elfabi/
Dbinary-read-no-dt-strtab.test31 VAddr: 0x0000
37 VAddr: 0x0008
Dbinary-read-no-dt-strsz.test32 VAddr: 0x0000
38 VAddr: 0x0008
Dbinary-read-arch.test35 VAddr: 0x0000
41 VAddr: 0x0008
Dbinary-read-bad-soname.test37 VAddr: 0x0000
43 VAddr: 0x0008
Dbinary-read-neededlibs.test40 VAddr: 0x1000
46 VAddr: 0x1024
Dbinary-read-add-soname.test35 VAddr: 0x0000
41 VAddr: 0x0008
Dbinary-read-bad-vaddr.test37 VAddr: 0x1000
43 VAddr: 0x1008
Dbinary-read-neededlibs-bad-offset.test41 VAddr: 0x1000
47 VAddr: 0x1024
Dbinary-read-soname-no-null.test38 VAddr: 0x1000
44 VAddr: 0x1018
Dbinary-read-soname.test38 VAddr: 0x1000
44 VAddr: 0x1018
/external/llvm-project/llvm/test/tools/llvm-objdump/X86/
Dphdrs-lma.test38 VAddr: 0x00001000
44 VAddr: 0x00002000

1234