/external/llvm/test/tools/llvm-readobj/ |
D | program-headers.test | 14 ELF-I386-NEXT: VirtualAddress: 0x8048000 27 ELF-I386-NEXT: VirtualAddress: 0x0 43 ELF-X86-64-NEXT: VirtualAddress: 0x400000 56 ELF-X86-64-NEXT: VirtualAddress: 0x4000F4 68 ELF-X86-64-NEXT: VirtualAddress: 0x0 88 ELF-MIPS-NEXT: VirtualAddress: 0x400098 100 ELF-MIPS-NEXT: VirtualAddress: 0x4000B0 112 ELF-MIPS-NEXT: VirtualAddress: 0x400000 132 ELF-MIPS64-NEXT: VirtualAddress: 0x120000000
|
D | bigobj.test | 22 CHECK-NEXT: VirtualAddress: 0x0 40 CHECK-NEXT: VirtualAddress: 0x0 58 CHECK-NEXT: VirtualAddress: 0x0
|
/external/swiftshader/third_party/LLVM/test/MC/COFF/ |
D | symbol-fragment-offset.s | 50 // CHECK: VirtualAddress = 0 68 // CHECK: VirtualAddress = 0x6 74 // CHECK: VirtualAddress = 0xB 80 // CHECK: VirtualAddress = 0x12 86 // CHECK: VirtualAddress = 0x17 92 // CHECK: VirtualAddress = 0x1E 98 // CHECK: VirtualAddress = 0x23 108 // CHECK: VirtualAddress = 0
|
D | diff.s | 29 // CHECK-NEXT: VirtualAddress = 0x4 35 // CHECK-NEXT: VirtualAddress = 0x8 41 // CHECK-NEXT: VirtualAddress = 0xC
|
D | basic-coff.s | 39 // CHECK: VirtualAddress = 0 54 // CHECK: VirtualAddress = 0x{{[0-9A-F]+}} 60 // CHECK: VirtualAddress = 0x{{[0-9A-F]+}} 70 // CHECK: VirtualAddress = 0
|
D | align-nops.s | 20 //CHECK-NEXT: VirtualAddress 37 //CHECK-NEXT: VirtualAddress
|
/external/llvm/test/Object/Inputs/COFF/ |
D | x86-64.yaml | 14 VirtualAddress: 0xf 19 VirtualAddress: 0x14 24 VirtualAddress: 0x19 40 - VirtualAddress: 0
|
D | i386.yaml | 15 VirtualAddress: 0xe 20 VirtualAddress: 0x13 25 VirtualAddress: 0x18
|
/external/swiftshader/src/Reactor/ |
D | DLL.cpp | 168 …COFFheader32.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT].VirtualAddress = exportsPa… in emit() 171 …COFFheader32.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress = relocP… in emit() 221 …COFFheader64.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_EXPORT].VirtualAddress = exportsPa… in emit() 224 …COFFheader64.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress = relocP… in emit() 231 textSection.VirtualAddress = codePage; in emit() 245 exportsSection.VirtualAddress = exportsPage; in emit() 258 relocSection.VirtualAddress = relocPage; in emit() 272 constSection.VirtualAddress = constPage; in emit() 360 relocationBlock.VirtualAddress = codePage + i->first * 0x1000; in emit()
|
/external/syslinux/gpxe/src/util/ |
D | elf2efi.c | 214 size = ( sizeof ( uint32_t ) /* VirtualAddress */ + in output_pe_reltab() 368 new->hdr.VirtualAddress = bfd_get_section_vma ( bfd, section ); in process_section() 420 start = new->hdr.VirtualAddress; in process_section() 518 reloc->hdr.VirtualAddress = pe_header->nt.OptionalHeader.SizeOfImage; in create_reloc_section() 533 relocdir->VirtualAddress = reloc->hdr.VirtualAddress; in create_reloc_section() 568 debug->hdr.VirtualAddress = pe_header->nt.OptionalHeader.SizeOfImage; in create_debug_section() 579 contents->debug.RVA = ( debug->hdr.VirtualAddress + in create_debug_section() 591 debugdir->VirtualAddress = debug->hdr.VirtualAddress; in create_debug_section()
|
/external/llvm/test/MC/COFF/ |
D | seh-section.s | 7 // CHECK-NEXT: VirtualAddress 25 // CHECK-NEXT: VirtualAddress 43 // CHECK-NEXT: VirtualAddress
|
D | align-nops.s | 20 //CHECK-NEXT: VirtualAddress 39 //CHECK-NEXT: VirtualAddress:
|
D | basic-coff.s | 41 // CHECK: VirtualAddress: 0 63 // CHECK: VirtualAddress: 0
|
D | basic-coff-64.s | 41 // CHECK: VirtualAddress: 0 63 // CHECK: VirtualAddress: 0
|
/external/llvm/test/Object/ |
D | obj2yaml.test | 20 COFF-I386-NEXT: - VirtualAddress: 14 24 COFF-I386: - VirtualAddress: 19 28 COFF-I386: - VirtualAddress: 24 103 COFF-X86-64-NEXT: - VirtualAddress: 15 107 COFF-X86-64: - VirtualAddress: 20 111 COFF-X86-64: - VirtualAddress: 25 126 COFF-X86-64-NEXT: - VirtualAddress: 0
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/ |
D | pe.h | 112 UINT32 VirtualAddress; member 242 UINT32 VirtualAddress; member 392 UINT32 VirtualAddress; member 487 UINT32 VirtualAddress; member 514 UINT32 VirtualAddress; // Virtual address of line number. member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/ |
D | pe.h | 112 UINT32 VirtualAddress; member 242 UINT32 VirtualAddress; member 392 UINT32 VirtualAddress; member 487 UINT32 VirtualAddress; member 514 UINT32 VirtualAddress; // Virtual address of line number. member
|
/external/syslinux/efi32/include/efi/ia32/ |
D | pe.h | 112 UINT32 VirtualAddress; member 242 UINT32 VirtualAddress; member 392 UINT32 VirtualAddress; member 487 UINT32 VirtualAddress; member 514 UINT32 VirtualAddress; // Virtual address of line number. member
|
/external/syslinux/efi64/include/efi/x86_64/ |
D | pe.h | 112 UINT32 VirtualAddress; member 242 UINT32 VirtualAddress; member 392 UINT32 VirtualAddress; member 487 UINT32 VirtualAddress; member 514 UINT32 VirtualAddress; // Virtual address of line number. member
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/ |
D | pe.h | 127 UINT32 VirtualAddress; member 248 UINT32 VirtualAddress; member 398 UINT32 VirtualAddress; member 493 UINT32 VirtualAddress; member 520 UINT32 VirtualAddress; // Virtual address of line number. member
|
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
D | PeImage.h | 133 UINT32 VirtualAddress; member 355 UINT32 VirtualAddress; member 500 UINT32 VirtualAddress; member 548 UINT32 VirtualAddress; member 576 UINT32 VirtualAddress; // Virtual address of line number. member
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 172 Result += Section->VirtualAddress; in getSymbolAddress() 174 // The section VirtualAddress does not include ImageBase, and we want to in getSymbolAddress() 269 uint64_t Result = Sec->VirtualAddress; in getSectionAddress() 271 // The section VirtualAddress does not include ImageBase, and we want to in getSectionAddress() 336 // VirtualAddress field in the first relocation entry. in getNumberOfRelocations() 343 return FirstReloc->VirtualAddress - 1; in getNumberOfRelocations() 368 if (begin && Sec->VirtualAddress != 0) in section_rel_begin() 445 uint32_t SectionStart = Section->VirtualAddress; in getRvaPtr() 446 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr() 461 uint32_t SectionStart = Section->VirtualAddress; in getRvaAndSizeAsBytes() [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 162 unsigned long VirtualAddress; member 223 unsigned long VirtualAddress; member 1266 vsym.avmas.main = bias + sectp[sym->data_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView() 1291 vsym.avmas.main = bias + sectp[sym->data_v2.segment-1].VirtualAddress in DEBUG_SnarfCodeView() 1324 vsym.avmas.main = bias + sectp[sym->public_v3.segment-1].VirtualAddress in DEBUG_SnarfCodeView() 1360 vsym.avmas.main = bias + sectp[sym->proc_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView() 1381 vsym.avmas.main = bias + sectp[sym->proc_v2.segment-1].VirtualAddress in DEBUG_SnarfCodeView() 1403 vsym.avmas.main = bias + sectp[sym->proc_v3.segment-1].VirtualAddress in DEBUG_SnarfCodeView() 1614 Addr startaddr = bias + sectp[segno-1].VirtualAddress in DEBUG_SnarfLinetab() 1616 Addr endaddr = bias + sectp[segno-1].VirtualAddress in DEBUG_SnarfLinetab() [all …]
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 109 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections() 133 Rel.VirtualAddress = reloc->VirtualAddress; in dumpSections()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | COFF.h | 60 support::ulittle32_t VirtualAddress; member 71 support::ulittle32_t VirtualAddress; member
|