Home
last modified time | relevance | path

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

/external/python/cpython2/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 +
/external/python/cpython3/Python/
Ddynload_win.c83 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/iptables/iptables/
Dxtables-eb.c1239 int opt_offset = cs.target->option_offset; in do_commandeb() local
1240 if (cs.target->parse(c - opt_offset, in do_commandeb()