type_hash
if (browser->type_hash == NULL) {
browser->type_hash = hashmap__new(type_hash, type_equal,
browser.type_hash = hashmap__new(type_hash, type_equal, /*ctx=*/NULL);
if (!IS_ERR_OR_NULL(browser.type_hash)) {
hashmap__for_each_entry(browser.type_hash, cur, bkt)
hashmap__free(browser.type_hash);
if (!IS_ERR_OR_NULL(ab->type_hash))
apd.type_hash = ab->type_hash;
struct hashmap *type_hash;
if (apd->type_hash) {
hashmap__find(apd->type_hash, dl->al.offset, &entry);
if (apd->type_hash && entry == NULL) {
hashmap__add(apd->type_hash, dl->al.offset, entry);
struct hashmap *type_hash;