Lines Matching refs:elf_seg
379 struct elf_seg { struct
388 const struct elf_seg *a = _a; in cmp_elf_segs() argument
389 const struct elf_seg *b = _b; in cmp_elf_segs()
394 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs()
399 struct elf_seg *seg; in parse_elf_segs()
444 static int parse_vma_segs(int pid, const char *lib_path, struct elf_seg **segs, size_t *seg_cnt) in parse_vma_segs()
448 struct elf_seg *seg; in parse_vma_segs()
534 static struct elf_seg *find_elf_seg(struct elf_seg *segs, size_t seg_cnt, long virtaddr) in find_elf_seg()
536 struct elf_seg *seg; in find_elf_seg()
550 static struct elf_seg *find_vma_seg(struct elf_seg *segs, size_t seg_cnt, long offset) in find_vma_seg()
552 struct elf_seg *seg; in find_vma_seg()
577 struct elf_seg *segs = NULL, *vma_segs = NULL; in collect_usdt_targets()
618 struct elf_seg *seg = NULL; in collect_usdt_targets()