Searched refs:nametag (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/python/abi/ |
| H A D | abi_parser.py | 176 if fdata.nametag["what"]: 178 if t not in fdata.nametag["symbols"]: 179 fdata.nametag["symbols"].append(t) 222 if not fdata.tag and "what" in fdata.nametag: 223 fdata.nametag["description"] += line 269 def parse_readme(self, nametag, fname): 272 nametag["what"] = ["Introduction"] 273 nametag["path"] = "README" 282 nametag["description"] += "\n:" + line 285 nametag["descriptio 266 parse_readme(self, nametag, fname) global() argument [all...] |
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 812 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag() argument 849 if (tag && memcmp(nametag, info.tag, BPF_TAG_SIZE)) { in prog_fd_by_nametag() 857 if (strncmp(nametag, prog_name, sizeof(prog_name))) { in prog_fd_by_nametag()
|