Lines Matching refs:sympos
157 unsigned long sympos, unsigned long *addr)
163 .pos = sympos,
172 * Ensure an address was found. If sympos is 0, ensure symbol is unique;
173 * otherwise ensure the symbol position count matches sympos.
177 else if (args.count > 1 && sympos == 0) {
180 } else if (sympos != args.count && sympos > 0) {
182 sympos, name, objname ? objname : "vmlinux");
201 unsigned long sympos, addr;
227 /* Format: .klp.sym.sym_objname.sym_name,sympos */
230 sym_objname, sym_name, &sympos);
253 sym_name, sympos, &addr);
353 * /sys/kernel/livepatch/<patch>/<object>/<function,sympos>
812 /* The format for the sysfs directory is <function,sympos> where sympos