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

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cooked-indexer.c 557 cooked_index_entry *this_entry = nullptr; local
561 this_entry
566 this_entry
596 if (m_language != language_c && this_entry != nullptr)
598 info_ptr = recurse (reader, info_ptr, this_entry, fully);
607 if (is_enum_class && this_entry == nullptr)
621 gdb_assert (this_entry != nullptr);
622 recurse_parent = this_entry;
634 if (this_entry == nullptr)
638 /* We don't check THIS_ENTRY for a namespace, to handl
    [all...]
read-debug-names.c 328 cooked_index_entry *this_entry; local
329 entry = scan_one_entry (name, entry, &this_entry, parent);
334 these_entries.push_back (this_entry);
336 needs_parent.emplace_back (this_entry, *parent);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-debug-names.c 258 cooked_index_entry *this_entry; local
259 entry = scan_one_entry (name, entry, &this_entry, parent);
264 these_entries.push_back (this_entry);
266 needs_parent.emplace_back (this_entry, *parent);
read.c 16767 cooked_index_entry *this_entry = nullptr;
16771 this_entry
16776 this_entry
16806 if (m_language != language_c && this_entry != nullptr)
16808 info_ptr = recurse (reader, info_ptr, this_entry, fully);
16817 if (is_enum_class && this_entry == nullptr)
16831 gdb_assert (this_entry != nullptr);
16832 recurse_parent = this_entry;
16844 if (this_entry == nullptr)
16848 /* We don't check THIS_ENTRY for a namespace, to handl
16757 cooked_index_entry *this_entry = nullptr; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
log.c 1866 off_t this_entry = 0; local
1959 this_entry = o - LOG_HEADER_SZ;
1960 if (this_entry < 0) {
1966 this_entry = krb5_storage_seek(sp, 0, SEEK_CUR);
1967 if (!(iter_opts & kadm_unconfirmed) && this_entry == log_end)
1998 if (krb5_storage_seek(sp, this_entry + LOG_HEADER_SZ,
2016 o = krb5_storage_seek(sp, this_entry+LOG_WRAPPER_SZ+len, SEEK_SET);
2028 if (krb5_storage_seek(sp, this_entry, SEEK_SET) == -1) {
2041 ret = krb5_storage_truncate(sp, this_entry);
2043 krb5_storage_seek(sp, this_entry, SEEK_SET) == -1
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_mtree.c 109 struct mtree_entry *this_entry; member in struct:mtree
1056 mtree->this_entry = mtree->entries;
1144 if (mtree->this_entry == NULL)
1146 if (strcmp(mtree->this_entry->name, "..") == 0) {
1147 mtree->this_entry->used = 1;
1160 if (!mtree->this_entry->used) {
1162 r = parse_file(a, entry, mtree, mtree->this_entry,
1167 mtree->this_entry = mtree->this_entry->next;
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 10995 uint64_t this_entry = entryptr - entry_pool; local
11010 this_entry, abbrev_tag);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 10905 uint64_t this_entry = entryptr - entry_pool; local
10920 this_entry, abbrev_tag);

Completed in 41 milliseconds