Home
last modified time | relevance | path

Searched full:virtualaddress (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm/test/tools/llvm-readobj/
Dprogram-headers.test14 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
Dbigobj.test22 CHECK-NEXT: VirtualAddress: 0x0
40 CHECK-NEXT: VirtualAddress: 0x0
58 CHECK-NEXT: VirtualAddress: 0x0
/external/swiftshader/third_party/LLVM/test/MC/COFF/
Dsymbol-fragment-offset.s50 // 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
Ddiff.s29 // CHECK-NEXT: VirtualAddress = 0x4
35 // CHECK-NEXT: VirtualAddress = 0x8
41 // CHECK-NEXT: VirtualAddress = 0xC
Dbasic-coff.s39 // CHECK: VirtualAddress = 0
54 // CHECK: VirtualAddress = 0x{{[0-9A-F]+}}
60 // CHECK: VirtualAddress = 0x{{[0-9A-F]+}}
70 // CHECK: VirtualAddress = 0
Dalign-nops.s20 //CHECK-NEXT: VirtualAddress
37 //CHECK-NEXT: VirtualAddress
/external/llvm/test/Object/Inputs/COFF/
Dx86-64.yaml14 VirtualAddress: 0xf
19 VirtualAddress: 0x14
24 VirtualAddress: 0x19
40 - VirtualAddress: 0
Di386.yaml15 VirtualAddress: 0xe
20 VirtualAddress: 0x13
25 VirtualAddress: 0x18
/external/llvm/test/MC/COFF/
Dseh-section.s7 // CHECK-NEXT: VirtualAddress
25 // CHECK-NEXT: VirtualAddress
43 // CHECK-NEXT: VirtualAddress
Dalign-nops.s20 //CHECK-NEXT: VirtualAddress
39 //CHECK-NEXT: VirtualAddress:
Dbasic-coff-64.s41 // CHECK: VirtualAddress: 0
63 // CHECK: VirtualAddress: 0
Dbasic-coff.s41 // CHECK: VirtualAddress: 0
63 // CHECK: VirtualAddress: 0
Dsymbol-fragment-offset.s52 // CHECK: VirtualAddress: 0
83 // CHECK: VirtualAddress: 0
/external/syslinux/gpxe/src/util/
Delf2efi.c214 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/Object/
Dobj2yaml.test20 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/efi64/include/efi/x86_64/
Dpe.h112 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/
Dpe.h112 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/
Dpe.h112 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/ia32/
Dpe.h112 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/
Dpe.h127 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/
DPeImage.h133 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/
DCOFFObjectFile.cpp172 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/swiftshader/third_party/LLVM/include/llvm/Object/
DCOFF.h60 support::ulittle32_t VirtualAddress; member
71 support::ulittle32_t VirtualAddress; member
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp109 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()
133 Rel.VirtualAddress = reloc->VirtualAddress; in dumpSections()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c162 unsigned long VirtualAddress; member
223 unsigned long VirtualAddress; member
1266 vsym.avmas.main = bias + sectp[sym->data_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1292 vsym.avmas.main = bias + sectp[sym->data_v2.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1326 vsym.avmas.main = bias + sectp[sym->public_v3.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1363 vsym.avmas.main = bias + sectp[sym->proc_v1.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1385 vsym.avmas.main = bias + sectp[sym->proc_v2.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1408 vsym.avmas.main = bias + sectp[sym->proc_v3.segment-1].VirtualAddress in DEBUG_SnarfCodeView()
1620 Addr startaddr = bias + sectp[segno-1].VirtualAddress in DEBUG_SnarfLinetab()
1622 Addr endaddr = bias + sectp[segno-1].VirtualAddress in DEBUG_SnarfLinetab()
[all …]

123