Searched defs:seg (Results 1 – 2 of 2) sorted by relevance
543 struct segment *seg = calloc(1, sizeof(*seg)); in add_segment() local602 static void copy_remapped_to(struct ta_elf *elf, const struct segment *seg) in copy_remapped_to()629 struct segment *seg = NULL; in adjust_segments() local726 struct segment *seg = NULL; in populate_segments_legacy() local790 struct segment *seg = NULL; in populate_segments() local922 struct segment *seg = NULL; in ta_elf_add_bti() local1008 struct segment *seg = TAILQ_LAST(&elf->segs, segment_head); in map_segments() local1160 struct segment *seg = TAILQ_FIRST(&elf->segs); in clean_elf_load_main() local1342 struct segment *seg = NULL; in ta_elf_finalize_mappings() local1415 struct ta_elf **elf, struct segment **seg, in get_next_in_order()[all …]
631 #define PKHA_SEG_SRC(seg) SHIFT_U32((seg) & 0x3, 8) argument632 #define PKHA_SEG_DST(seg) SHIFT_U32((seg) & 0x3, 6) argument