Home
last modified time | relevance | path

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

/tools/objtool/
Delf.c441 struct symbol *sym, *pfunc; in read_symbols() local
526 if (sym->pfunc == NULL) in read_symbols()
527 sym->pfunc = sym; in read_symbols()
544 pfunc = find_symbol_by_name(elf, pname); in read_symbols()
547 if (!pfunc) { in read_symbols()
553 sym->pfunc = pfunc; in read_symbols()
554 pfunc->cfunc = sym; in read_symbols()
564 if (sym->sec == pfunc->sec && in read_symbols()
565 sym->offset >= pfunc->offset && in read_symbols()
566 sym->offset + sym->len == pfunc->offset + pfunc->len) { in read_symbols()
[all …]
Dcheck.c1562 return fs->pfunc != ts->pfunc; in jump_is_sibling_call()
1687 insn_func(jump_dest)->pfunc = func; in add_jump_destinations()
2055 struct symbol *pfunc = insn_func(insn)->pfunc; in add_jump_table() local
2077 if (reloc->sym->sec == pfunc->sec && in add_jump_table()
2078 reloc_addend(reloc) == pfunc->offset) in add_jump_table()
2085 if (reloc->sym->sec == pfunc->sec && in add_jump_table()
2086 reloc_addend(reloc) == pfunc->offset + pfunc->len) in add_jump_table()
2094 if (!insn_func(dest_insn) || insn_func(dest_insn)->pfunc != pfunc) in add_jump_table()
2135 insn && insn_func(insn) && insn_func(insn)->pfunc == func; in find_jump_table()
2152 if (!dest_insn || !insn_func(dest_insn) || insn_func(dest_insn)->pfunc != func) in find_jump_table()
[all …]
/tools/objtool/include/objtool/
Delf.h60 struct symbol *pfunc, *cfunc, *alias; member
/tools/testing/selftests/filesystems/fuse/
Dfuse_test.c2478 int (*pfunc)(const char *dir); member
2486 if (test_case->pfunc(mount_dir) == TEST_SUCCESS) in run_one_test()
/tools/testing/selftests/filesystems/incfs/
Dincfs_test.c4706 int (*pfunc)(const char *dir); member
4715 ret = test_case->pfunc(mount_dir); in run_one_test()