Searched defs:seg (Results 1 – 2 of 2) sorted by relevance
489 struct segment *seg = calloc(1, sizeof(*seg)); in add_segment() local575 struct segment *seg = NULL; in adjust_segments() local672 struct segment *seg = NULL; in populate_segments_legacy() local736 struct segment *seg = NULL; in populate_segments() local868 struct segment *seg = NULL; in ta_elf_add_bti() local954 struct segment *seg = TAILQ_LAST(&elf->segs, segment_head); in map_segments() local1102 struct segment *seg = TAILQ_FIRST(&elf->segs); in clean_elf_load_main() local1277 struct segment *seg = NULL; in ta_elf_finalize_mappings() local1350 struct ta_elf **elf, struct segment **seg, in get_next_in_order()1400 struct segment *seg = NULL; in ta_elf_print_mappings() local[all …]
588 #define PKHA_SEG_SRC(seg) SHIFT_U32((seg) & 0x3, 8) argument589 #define PKHA_SEG_DST(seg) SHIFT_U32((seg) & 0x3, 6) argument
Completed in 24 milliseconds