Home
last modified time | relevance | path

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

/external/elfutils/lib/
Dfixedsizehash.h87 # define ENTRYP(el) (el).entry in CONCAT() macro
90 # define ENTRYP(el) &(el).entry in CONCAT() macro
149 && COMPARE (data, ENTRYP (htab->table[idx])) == 0) in CONCAT()
163 && COMPARE (data, ENTRYP(htab->table[idx])) == 0) in CONCAT()
259 return ENTRYP(*slot); in CONCAT()