Lines Matching defs:elf_seg
396 struct elf_seg {
405 const struct elf_seg *a = _a;
406 const struct elf_seg *b = _b;
411 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt)
416 struct elf_seg *seg;
461 static int parse_vma_segs(int pid, const char *lib_path, struct elf_seg **segs, size_t *seg_cnt)
465 struct elf_seg *seg;
551 static struct elf_seg *find_elf_seg(struct elf_seg *segs, size_t seg_cnt, long virtaddr)
553 struct elf_seg *seg;
567 static struct elf_seg *find_vma_seg(struct elf_seg *segs, size_t seg_cnt, long offset)
569 struct elf_seg *seg;
593 struct elf_seg *segs = NULL, *vma_segs = NULL;
635 struct elf_seg *seg = NULL;