Searched refs:spec_str (Results 1 – 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
D | relo_core.c | 270 const char *name, *spec_str; in bpf_core_parse_spec() local 274 spec_str = btf__name_by_offset(btf, relo->access_str_off); in bpf_core_parse_spec() 275 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec() 285 if (strcmp(spec_str, "0")) in bpf_core_parse_spec() 291 while (*spec_str) { in bpf_core_parse_spec() 292 if (*spec_str == ':') in bpf_core_parse_spec() 293 ++spec_str; in bpf_core_parse_spec() 294 if (sscanf(spec_str, "%d%n", &access_idx, &parsed_len) != 1) in bpf_core_parse_spec() 298 spec_str += parsed_len; in bpf_core_parse_spec() 387 prog_name, relo->type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec() [all …]
|
D | usdt.c | 240 const char *spec_str; member 783 target->spec_str = note.args; in collect_usdt_targets() 909 if (hashmap__find(specs_hash, target->spec_str, &tmp)) { in allocate_spec_id() 928 err = hashmap__add(specs_hash, target->spec_str, *spec_id); in allocate_spec_id() 941 err = hashmap__add(specs_hash, target->spec_str, *spec_id); in allocate_spec_id()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
D | specifiers.py | 455 def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: 459 spec = Version(spec_str) 480 def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: 484 spec = Version(spec_str)
|