Home
last modified time | relevance | path

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

/external/elfutils/backends/
Dcommon-reloc.c62 static const uint_fast16_t EBLHOOK(reloc_nameidx)[] = variable
70 ((int) (sizeof EBLHOOK(reloc_nameidx) / sizeof EBLHOOK(reloc_nameidx)[0]))
94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) in EBLHOOK()
95 return &reloc_namestr[EBLHOOK(reloc_nameidx)[reloc]]; in EBLHOOK()
106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0; in EBLHOOK()