Searched refs:cmp_relocs (Results 1 – 3 of 3) sorted by relevance
| /linux/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/arch/x86/tools/ |
| H A D | relocs.c | 923 static int cmp_relocs(const void *va, const void *vb) in cmp_relocs() function 936 qsort(r->offset, r->count, sizeof(r->offset[0]), cmp_relocs); in sort_relocs()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 6942 static int cmp_relocs(const void *_a, const void *_b) in cmp_relocs() function 6967 qsort(p->reloc_desc, p->nr_reloc, sizeof(*p->reloc_desc), cmp_relocs); in bpf_object__sort_relos()
|