HomeSort by relevance Sort by last modified time
    Searched refs:opt_offset (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_win.c 70 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 +
  /external/python/cpython2/Python/
dynload_win.c 70 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 +
  /external/python/cpython3/Python/
dynload_win.c 83 DWORD pe_offset, opt_offset; local
115 opt_offset = pe_offset + 4 + 20;
116 opt_magic = WORD_AT(dllbase+opt_offset);
136 if (DWORD_AT(dllbase + opt_offset + num_dict_off) >= 2) {
139 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
142 opt_offset +
  /external/syslinux/libinstaller/
syslxopt.c 187 goto opt_offset;
194 opt_offset:
  /external/iptables/iptables/
xtables-eb.c 1239 int opt_offset = cs.target->option_offset; local
    [all...]

Completed in 172 milliseconds