Home
last modified time | relevance | path

Searched refs:next_byte (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.cpp516 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local
517 const u8 mod = next_byte >> 6; in GetInstructionSize()
518 const u8 rm = next_byte & 7; in GetInstructionSize()
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1533 const char *next_byte () const { return m_next; } in next_byte() function
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-2014625 * ieee.c (next_byte): Convert to a function. Return FALSE if the
627 (parse_int): Test the return value of next_byte.
629 parsing failed. Test the return value of next_byte.
633 and next_byte.
636 next_byte.
638 next_byte.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-2014625 * ieee.c (next_byte): Convert to a function. Return FALSE if the
627 (parse_int): Test the return value of next_byte.
629 parsing failed. Test the return value of next_byte.
633 and next_byte.
636 next_byte.
638 next_byte.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2014625 * ieee.c (next_byte): Convert to a function. Return FALSE if the
627 (parse_int): Test the return value of next_byte.
629 parsing failed. Test the return value of next_byte.
633 and next_byte.
636 next_byte.
638 next_byte.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc1754 const char *c = dw.next_byte (); in print_source_line()
1778 c = dw.next_byte (); in print_source_line()
H A Dvarasm.cc5679 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor_bitfield() local
5683 while (next_byte != local->total_bytes) in output_constructor_bitfield()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c5417 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor_bitfield() local
5421 while (next_byte != local->total_bytes) in output_constructor_bitfield()