Searched refs:GET_UNSIGNED (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddwarfread.c176 #define GET_UNSIGNED 0 /* No sign extension required */ macro
1175 attribute = target_to_host (scan, SIZEOF_ATTRIBUTE, GET_UNSIGNED,
1189 fundtype = target_to_host (scan, nbytes, GET_UNSIGNED,
1197 die_ref = target_to_host (scan, nbytes, GET_UNSIGNED,
1275 format = target_to_host (scan, SIZEOF_FORMAT_SPECIFIER, GET_UNSIGNED,
1284 fundtype = target_to_host (scan, SIZEOF_FMT_FT, GET_UNSIGNED,
1289 lowbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile);
1291 highbound = target_to_host (scan, nbytes, GET_UNSIGNED, current_objfile);
1369 blocksz = target_to_host (sub, nbytes, GET_UNSIGNED, current_objfile);
1690 blocksz = target_to_host (scan, nbytes, GET_UNSIGNED, objfil
[all...]

Completed in 43 milliseconds