Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_elf.c224 Elf_Data *opddata = NULL; in list_in_scn() local
228 opddata = elf_getdata(opdsec, NULL); in list_in_scn()
258 if (opddata && sym.st_shndx == opdidx) { in list_in_scn()
261 uint64_t *descr = opddata->d_buf + offset; in list_in_scn()