Home
last modified time | relevance | path

Searched refs:ix (Results 1 – 4 of 4) sorted by relevance

/linux-tools/perf/uprobe/
H A Duprobe.cpp79 int link, ix, flink, k; in parse_elf64() local
97 ix = symb.st_name; if (ix==0) continue; in parse_elf64()
98 rc = fseek(fp, headers[link].sh_offset+ix, SEEK_SET); if (rc<0) continue; in parse_elf64()
/linux-tools/perf/profiler/
H A Dprofiler-kprobe.cpp116 int link, ix, flink, k; in parse_elf64() local
134 ix = symb.st_name; if (ix==0) continue; in parse_elf64()
135 rc = fseek(fp, headers[link].sh_offset+ix, SEEK_SET); if (rc<0) continue; in parse_elf64()
H A Dprofiler.cpp119 int link, ix, flink, k; in parse_elf64() local
137 ix = symb.st_name; if (ix==0) continue; in parse_elf64()
138 rc = fseek(fp, headers[link].sh_offset+ix, SEEK_SET); if (rc<0) continue; in parse_elf64()
/linux-tools/perf/contextswitch/
H A Dperf_cxt_switch_3.cpp116 int link, ix, flink, k; in parse_elf64() local
134 ix = symb.st_name; if (ix==0) continue; in parse_elf64()
135 rc = fseek(fp, headers[link].sh_offset+ix, SEEK_SET); if (rc<0) continue; in parse_elf64()