Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c172 #define next_byte(ieee) ((ieee)->input_p++) macro
350 next_byte (ieee); in parse_int()
358 next_byte (ieee); in parse_int()
531 next_byte (&(ieee->h)); in parse_expression()
539 next_byte (&(ieee->h)); in parse_expression()
545 next_byte (&(ieee->h)); in parse_expression()
550 next_byte (&(ieee->h)); in parse_expression()
560 next_byte (&(ieee->h)); in parse_expression()
572 next_byte (&(ieee->h)); in parse_expression()
585 next_byte (&(ieee->h)); in parse_expression()
[all …]
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dieee.c308 #define next_byte(ieee) ((ieee)->input_p++) macro
500 next_byte (ieee);
508 next_byte (ieee);
685 next_byte (&(ieee->h));
693 next_byte (&(ieee->h));
699 next_byte (&(ieee->h));
704 next_byte (&(ieee->h));
713 next_byte (&(ieee->h));
724 next_byte (&(ieee->h));
736 next_byte (&(ieee->h));
[all …]
/openbsd-src/usr.sbin/vmd/
H A Dx86_mmio.c67 static enum decode_result next_byte(struct x86_decode_state *, uint8_t *);
169 next_byte(struct x86_decode_state *state, uint8_t *byte) in next_byte() function
202 if ((res = next_byte(state, &bytes[i])) == DECODE_ERROR) in next_value()
465 next_byte(state, NULL); in decode_prefix()
487 res = next_byte(state, &byte); in decode_modrm()
659 res = next_byte(state, &byte); in decode_opcode()
671 res = next_byte(state, &byte2); in decode_opcode()
721 res = next_byte(state, &byte); in decode_sib()
/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp518 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local
519 const u8 mod = next_byte >> 6; in GetInstructionSize()
520 const u8 rm = next_byte & 7; in GetInstructionSize()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvarasm.c4365 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; local
4370 while (next_byte != total_bytes)
/openbsd-src/gnu/gcc/gcc/
H A Dvarasm.c4407 HOST_WIDE_INT next_byte = next_offset / BITS_PER_UNIT; in output_constructor() local
4412 while (next_byte != total_bytes) in output_constructor()