Searched refs:elf_seg (Results 1 – 1 of 1) sorted by relevance
386 struct elf_seg { struct 395 const struct elf_seg *a = _a; in cmp_elf_segs() argument 396 const struct elf_seg *b = _b; in cmp_elf_segs() 401 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs() 406 struct elf_seg *seg; in parse_elf_segs() 451 static int parse_vma_segs(int pid, const char *lib_path, struct elf_seg **segs, size_t *seg_cnt) in parse_vma_segs() 455 struct elf_seg *seg; in parse_vma_segs() 541 static struct elf_seg *find_elf_seg(struct elf_seg *segs, size_t seg_cnt, long virtaddr) in find_elf_seg() 543 struct elf_seg *se in find_elf_seg() [all...]