Searched refs:cmp_relocs (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 318 static int cmp_relocs(const void *va, const void *vb) in cmp_relocs() function 328 qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); in sort_relocs()
|
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 929 static int cmp_relocs(const void *va, const void *vb) in cmp_relocs() function 942 qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); in sort_relocs()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 6636 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() function 6661 qsort(p->reloc_desc, p->nr_reloc, sizeof(*p->reloc_desc), cmp_relocs); in bpf_object__sort_relos()
|