Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dtag.c41 struct tag_entry { struct
63 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s)); in tag_alloc() argument
69 struct tag_entry *entry; in tag_free()
91 struct tag_entry *entry; in tag_put()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp348 const VMRangeToFileOffset::Entry *tag_entry = in DoGetMemoryRegionInfo() local
350 if (tag_entry && in DoGetMemoryRegionInfo()
351 tag_entry->GetRangeEnd() == permission_entry->GetRangeEnd()) in DoGetMemoryRegionInfo()
437 const VMRangeToFileOffset::Entry *tag_entry = in ReadMemoryTags() local
441 if (!tag_entry || (addr + len) >= tag_entry->GetRangeEnd()) in ReadMemoryTags()
450 tag_entry->GetRangeBase(), tag_entry->data.GetRangeBase(), addr, len); in ReadMemoryTags()