Lines Matching refs:runtime_ss
1483 struct symsrc *runtime_ss, int kmodule, int dynsym)
1516 if (elf_section_by_name(runtime_ss->elf, &runtime_ss->ehdr, &tshdr,
1520 if (runtime_ss->opdsec)
1521 opddata = elf_rawdata(runtime_ss->opdsec, NULL);
1535 sec_strndx = elf_getscn(runtime_ss->elf, runtime_ss->ehdr.e_shstrndx);
1578 dso->adjust_symbols = runtime_ss->adjust_symbols || ref_reloc(kmap);
1607 if (runtime_ss->opdsec && sym.st_shndx == runtime_ss->opdidx) {
1611 sym.st_shndx = elf_addr_to_index(runtime_ss->elf,
1654 sec = elf_getscn(runtime_ss->elf, sym.st_shndx);
1678 } else if ((used_opd && runtime_ss->adjust_symbols) ||
1682 if (elf_read_program_header(runtime_ss->elf,
1746 struct symsrc *runtime_ss, int kmodule)
1771 err = dso__load_sym_internal(dso, map, syms_ss, runtime_ss,
1779 err = dso__load_sym_internal(dso, map, syms_ss, runtime_ss,