Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_elf.c223 GElf_Shdr opdshdr = {}; 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()
259 size_t offset = sym.st_value - opdshdr.sh_addr; in list_in_scn()