HomeSort by: relevance | last modified time | path
    Searched defs:sizeof_auxv_field (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c 972 int sizeof_auxv_field = s390_target_wordsize (); local
979 if (endptr - ptr < sizeof_auxv_field * 2)
982 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
983 ptr += sizeof_auxv_field;
984 *valp = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
985 ptr += sizeof_auxv_field;
ppc-linux-nat.c 1925 int sizeof_auxv_field = ppc_linux_target_wordsize (tid); local
1933 if (endptr - ptr < sizeof_auxv_field * 2)
1936 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
1937 ptr += sizeof_auxv_field;
1938 *valp = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
1939 ptr += sizeof_auxv_field;
  /src/external/gpl3/gdb/dist/gdb/
s390-linux-nat.c 972 int sizeof_auxv_field = s390_target_wordsize (); local
979 if (endptr - ptr < sizeof_auxv_field * 2)
982 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
983 ptr += sizeof_auxv_field;
984 *valp = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
985 ptr += sizeof_auxv_field;
ppc-linux-nat.c 1925 int sizeof_auxv_field = ppc_linux_target_wordsize (tid); local
1933 if (endptr - ptr < sizeof_auxv_field * 2)
1936 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
1937 ptr += sizeof_auxv_field;
1938 *valp = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order);
1939 ptr += sizeof_auxv_field;

Completed in 32 milliseconds