Lines Matching defs:elf_seg
385 struct elf_seg {
394 const struct elf_seg *a = _a;
395 const struct elf_seg *b = _b;
400 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt)
405 struct elf_seg *seg;
450 static int parse_vma_segs(int pid, const char *lib_path, struct elf_seg **segs, size_t *seg_cnt)
454 struct elf_seg *seg;
540 static struct elf_seg *find_elf_seg(struct elf_seg *segs, size_t seg_cnt, long virtaddr)
542 struct elf_seg *seg;
556 static struct elf_seg *find_vma_seg(struct elf_seg *segs, size_t seg_cnt, long offset)
558 struct elf_seg *seg;
583 struct elf_seg *segs = NULL, *vma_segs = NULL;
624 struct elf_seg *seg = NULL;