HomeSort by relevance Sort by last modified time
    Searched refs:SEGMS_ARRAY_SIZE (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
kexec_load.c 62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS,
85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE);
88 fill_memory(segms, SEGMS_ARRAY_SIZE);
98 segms + SEGMS_ARRAY_SIZE, flags[1].val);
101 segms + SEGMS_ARRAY_SIZE, flags[1].str, sprintrc(rc));
  /external/strace/tests-m32/
kexec_load.c 62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS,
85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE);
88 fill_memory(segms, SEGMS_ARRAY_SIZE);
98 segms + SEGMS_ARRAY_SIZE, flags[1].val);
101 segms + SEGMS_ARRAY_SIZE, flags[1].str, sprintrc(rc));
  /external/strace/tests-mx32/
kexec_load.c 62 SEGMS_ARRAY_SIZE = sizeof(struct segm) * NUM_SEGMS,
85 struct segm *segms = tail_alloc(SEGMS_ARRAY_SIZE);
88 fill_memory(segms, SEGMS_ARRAY_SIZE);
98 segms + SEGMS_ARRAY_SIZE, flags[1].val);
101 segms + SEGMS_ARRAY_SIZE, flags[1].str, sprintrc(rc));

Completed in 2167 milliseconds