HomeSort by: relevance | last modified time | path
    Searched defs:m_call_site_htab (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 1951 /* Set m_call_site_htab. */
2019 call_site_htab_t *m_call_site_htab;
2017 call_site_htab_t *m_call_site_htab; member in struct:compunit_symtab
symtab.c 402 if (m_call_site_htab == nullptr)
407 if (auto it = m_call_site_htab->find (static_cast<unrelocated_addr> (pc - delta));
408 it != m_call_site_htab->end ())
420 if (auto it = m_call_site_htab->find (static_cast<unrelocated_addr> (new_pc - delta));
421 it != m_call_site_htab->end ())
432 gdb_assert (m_call_site_htab == nullptr);
433 m_call_site_htab = new call_site_htab_t (std::move (call_site_htab));
502 delete m_call_site_htab; local
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 1950 /* Set m_call_site_htab. */
2018 call_site_htab_t *m_call_site_htab;
2016 call_site_htab_t *m_call_site_htab; member in struct:compunit_symtab
symtab.c 436 if (m_call_site_htab == nullptr)
441 if (auto it = m_call_site_htab->find (static_cast<unrelocated_addr> (pc - delta));
442 it != m_call_site_htab->end ())
454 if (auto it = m_call_site_htab->find (static_cast<unrelocated_addr> (new_pc - delta));
455 it != m_call_site_htab->end ())
466 gdb_assert (m_call_site_htab == nullptr);
467 m_call_site_htab = new call_site_htab_t (std::move (call_site_htab));
536 delete m_call_site_htab; local

Completed in 32 milliseconds