Searched refs:ImageBase (Results 1 – 8 of 8) sorted by relevance
28 .globl ImageBase symbol29 ImageBase: label32 .4byte pe_header - ImageBase // Offset to the PE header.51 .4byte _text_size - ImageBase // SizeOfCode52 .4byte _alldata_size - ImageBase // SizeOfInitializedData54 .4byte _start - ImageBase // AddressOfEntryPoint55 .4byte _text - ImageBase // BaseOfCode69 .4byte _image_end - ImageBase // SizeOfImage72 .4byte _text - ImageBase // SizeOfHeaders88 .4byte _reloc - ImageBase // BaseRelocationTable (VirtualAddress)[all …]
24 .globl ImageBase symbol25 ImageBase: label28 .long pe_header - ImageBase // Offset to the PE header.50 .long _start - ImageBase // AddressOfEntryPoint51 .long _start - ImageBase // BaseOfCode65 .long _edata - ImageBase // SizeOfImage68 .long _start - ImageBase // SizeOfHeaders90 .long _start - ImageBase // VirtualAddress92 .long _start - ImageBase // PointerToRawData102 .long _data - ImageBase // VirtualAddress[all …]
6 extern char ImageBase, _text, _etext;11 unsigned long base = (unsigned long)&ImageBase; in base_address()
13 extern unsigned long ImageBase;18 uintptr_t loadaddr = (uintptr_t)&ImageBase; in show_regs()
49 lea ImageBase(%rip), %rdi
9 ImageBase = .; symbol
33 PROVIDE(ImageBase = .); symbol
50 .dword stacktop - ImageBase // image size