Searched defs:seg (Results 1 – 2 of 2) sorted by relevance
536 struct segment *seg = calloc(1, sizeof(*seg)); in add_segment() local622 struct segment *seg = NULL; in adjust_segments() local719 struct segment *seg = NULL; in populate_segments_legacy() local783 struct segment *seg = NULL; in populate_segments() local915 struct segment *seg = NULL; in ta_elf_add_bti() local1001 struct segment *seg = TAILQ_LAST(&elf->segs, segment_head); in map_segments() local1149 struct segment *seg = TAILQ_FIRST(&elf->segs); in clean_elf_load_main() local1324 struct segment *seg = NULL; in ta_elf_finalize_mappings() local1397 struct ta_elf **elf, struct segment **seg, in get_next_in_order()1447 struct segment *seg = NULL; in ta_elf_print_mappings() local[all …]
591 #define PKHA_SEG_SRC(seg) SHIFT_U32((seg) & 0x3, 8) argument592 #define PKHA_SEG_DST(seg) SHIFT_U32((seg) & 0x3, 6) argument
Completed in 8 milliseconds