Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
Ddwfl_module_getdwarf.c371 GElf_Addr main_interp = 0; in find_prelink_address_sync() local
383 main_interp = phdr.p_vaddr; in find_prelink_address_sync()
434 if (unlikely ((main_interp == 0) != (undo_interp == 0))) in find_prelink_address_sync()
486 consider_shdr (main_interp, sh->sh_type, sh->sh_flags, in find_prelink_address_sync()
/third_party/python/Python/
Dpylifecycle.c1931 PyInterpreterState *main_interp = PyInterpreterState_Main(); in new_interpreter() local
1932 config = _PyInterpreterState_GetConfig(main_interp); in new_interpreter()