Searched defs:seg (Results 1 – 2 of 2) sorted by relevance
544 struct segment *seg = calloc(1, sizeof(*seg)); in add_segment() local603 static void copy_remapped_to(struct ta_elf *elf, const struct segment *seg) in copy_remapped_to()630 struct segment *seg = NULL; in adjust_segments() local727 struct segment *seg = NULL; in populate_segments_legacy() local791 struct segment *seg = NULL; in populate_segments() local923 struct segment *seg = NULL; in ta_elf_add_bti() local1009 struct segment *seg = TAILQ_LAST(&elf->segs, segment_head); in map_segments() local1161 struct segment *seg = TAILQ_FIRST(&elf->segs); in clean_elf_load_main() local1355 struct segment *seg = NULL; in ta_elf_finalize_mappings() local1428 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