Searched refs:SEGMS_ARRAY_SIZE (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests-m32/ |
D | kexec_load.c | 62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS, in main() enumerator 85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE); in main() 88 fill_memory(segms, SEGMS_ARRAY_SIZE); in main() 98 segms + SEGMS_ARRAY_SIZE, flags[1].val); in main() 101 segms + SEGMS_ARRAY_SIZE, flags[1].str, sprintrc(rc)); in main()
|
/external/strace/tests-mx32/ |
D | kexec_load.c | 62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS, in main() enumerator 85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE); in main() 88 fill_memory(segms, SEGMS_ARRAY_SIZE); in main() 98 segms + SEGMS_ARRAY_SIZE, flags[1].val); in main() 101 segms + SEGMS_ARRAY_SIZE, flags[1].str, sprintrc(rc)); in main()
|
/external/strace/tests/ |
D | kexec_load.c | 62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS, in main() enumerator 85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE); in main() 88 fill_memory(segms, SEGMS_ARRAY_SIZE); in main() 98 segms + SEGMS_ARRAY_SIZE, flags[1].val); in main() 101 segms + SEGMS_ARRAY_SIZE, flags[1].str, sprintrc(rc)); in main()
|