Searched refs:DSO__DELETED (Results 1 – 1 of 1) sorted by relevance
279 #define DSO__DELETED "(deleted)" macro307 const size_t real_len = len - sizeof(DSO__DELETED); in map__load()309 if (len > sizeof(DSO__DELETED) && in map__load()310 strcmp(name + real_len + 1, DSO__DELETED) == 0) { in map__load()