Searched refs:elf_seg (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | usdt.c | 404 struct elf_seg { struct 413 const struct elf_seg *a = _a; in cmp_elf_segs() argument 414 const struct elf_seg *b = _b; in cmp_elf_segs() 419 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs() 424 struct elf_seg *seg; in parse_elf_segs() 470 static int parse_vma_segs(int pid, const char *lib_path, struct elf_seg **segs, size_t *seg_cnt) in parse_vma_segs() 474 struct elf_seg *seg; in parse_vma_segs() 568 static struct elf_seg *find_elf_seg(struct elf_seg *segs, size_t seg_cnt, long virtaddr) in find_elf_seg() 570 struct elf_seg *seg; in find_elf_seg() 584 static struct elf_seg *find_vma_seg(struct elf_seg *segs, size_t seg_cnt, long offset) in find_vma_seg() [all …]
|