Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Ddynload_win.c72 int num_dict_off, import_off; local
107 import_off = 104;
111 import_off = 120;
126 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
130 import_off);
/external/python/cpython3/Python/
Ddynload_win.c61 int num_dict_off, import_off; local
96 import_off = 104;
100 import_off = 120;
115 if (0 == DWORD_AT(dllbase + opt_offset + import_off + sizeof(DWORD)))
119 import_off);
/external/libabigail/src/
Dabg-dwarf-reader.cc225 imported_unit_point(Dwarf_Off import_off) in imported_unit_point()
226 : offset_of_import(import_off), in imported_unit_point()
241 imported_unit_point(Dwarf_Off import_off, in imported_unit_point()
244 : offset_of_import(import_off), in imported_unit_point()