Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_win.c70 DWORD pe_offset, opt_offset; local
102 opt_offset = pe_offset + 4 + 20;
103 opt_magic = WORD_AT(dllbase+opt_offset);
123 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
126 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
129 opt_offset +