Searched refs:opdsec (Results 1 – 1 of 1) sorted by relevance
1081 Elf_Scn *sec, *sec_strndx, *opdsec; in dso__load_sym() local1119 opdsec = elf_section_by_name(elf, &ehdr, &opdshdr, ".opd", &opdidx); in dso__load_sym()1121 opdsec = NULL; in dso__load_sym()1122 if (opdsec) in dso__load_sym()1123 opddata = elf_rawdata(opdsec, NULL); in dso__load_sym()1180 if (opdsec && sym.st_shndx == opdidx) { in dso__load_sym()