Searched refs:debug_map (Results 1 – 2 of 2) sorted by relevance
517 struct r_debug *debug_map; in _dl_boot() local703 debug_map = _dl_malloc(sizeof(*debug_map)); in _dl_boot()704 if (debug_map == NULL) in _dl_boot()706 debug_map->r_version = 1; in _dl_boot()707 debug_map->r_map = (struct link_map *)_dl_objects; in _dl_boot()708 debug_map->r_brk = (Elf_Addr)_dl_debug_state; in _dl_boot()709 debug_map->r_state = RT_CONSISTENT; in _dl_boot()710 debug_map->r_ldbase = dyn_loff; in _dl_boot()711 _dl_debug_map = debug_map; in _dl_boot()
1421 if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile()) { in DecodeUID() local1422 SymbolFileDWARF *dwarf = debug_map->GetSymbolFileByOSOIndex( in DecodeUID()1423 debug_map->GetOSOIndexFromUserID(uid)); in DecodeUID()