Searched refs:sec_strndx (Results 1 – 1 of 1) sorted by relevance
965 Elf_Scn *sec, *sec_strndx; in dso__load_sym() local1021 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx); in dso__load_sym()1022 if (sec_strndx == NULL) in dso__load_sym()1025 secstrs = elf_getdata(sec_strndx, NULL); in dso__load_sym()