Searched refs:tsym (Results 1 - 2 of 2) sorted by path

/linux-master/scripts/mod/
H A Dmodpost.c1030 Elf_Sym *tsym,
1041 tsym = find_tosym(elf, taddr, tsym);
1042 tosym = sym_name(elf, tsym);
1063 else if (is_executable_section(elf, get_secindex(elf, tsym)))
1384 Elf_Sym *tsym; local
1391 tsym = elf->symtab_start + r_sym;
1392 taddr = tsym->st_value + TO_NATIVE(rela->r_addend);
1414 check_section_mismatch(mod, elf, tsym,
1426 Elf_Sym *tsym; local
1028 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Sym *tsym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, const char *tosec, Elf_Addr taddr) argument
[all...]
/linux-master/tools/perf/util/
H A Dthread-stack.c912 struct symbol *tsym = to_al->sym; local
928 cp = call_path__findnew(cpr, root, tsym, addr, ks);
958 cp = call_path__findnew(cpr, root, tsym, addr, ks);
968 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
982 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
1056 struct symbol *tsym = to_al->sym; local
1072 if (sym && sym == tsym && to_al->addr != tsym->start) {
1081 } else if (sym && sym == tsym) {
1090 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym,
[all...]

Completed in 199 milliseconds