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

  /src/sys/kern/
subr_acl_nfs4.c 275 const struct acl_entry *parent_entry; local
281 parent_entry = &(parent_aclp->acl_entry[i]);
282 flags = parent_entry->ae_flags;
283 tag = parent_entry->ae_tag;
321 *ae = *parent_entry;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-indexer.c 144 const cooked_index_entry **parent_entry,
309 || (*parent_entry == nullptr && m_language != language_c))
324 if (*parent_entry == nullptr)
336 *parent_entry = m_die_range_map->find (addr);
358 flags, nullptr, parent_entry, maybe_defer,
452 const cooked_index_entry *parent_entry local
455 if (parent_entry != nullptr)
458 limit the range to the children of parent_entry. */
461 + to_underlying (parent_entry->die_offset)
464 m_die_range_map->add_entry (start, end, parent_entry);
502 const cooked_index_entry *parent_entry = nullptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 4471 const cooked_index_entry *parent_entry
4492 if (parent_entry == nullptr)
4499 to_underlying (parent_entry->die_offset),
4500 parent_entry->full_name (&temp_storage, false));
4587 const cooked_index_entry **parent_entry,
4604 parent_map::addr_type> parent_entry,
16348 const cooked_index_entry **parent_entry,
16510 || (*parent_entry == nullptr && m_language != language_c))
16526 if (*parent_entry == nullptr)
16537 *parent_entry = m_die_range_map->find (addr)
16654 const cooked_index_entry *parent_entry local
16702 const cooked_index_entry *parent_entry = nullptr; local
    [all...]

Completed in 36 milliseconds