Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_elf.c222 Elf_Scn *opdsec = NULL; in list_in_scn() local
226 opdsec = get_section(e, ".opd", &opdshdr, &opdidx); in list_in_scn()
227 if (opdsec && opdshdr.sh_type == SHT_PROGBITS) in list_in_scn()
228 opddata = elf_getdata(opdsec, NULL); in list_in_scn()