Home
last modified time | relevance | path

Searched refs:append_byte (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1179 _rebaseInfo.append_byte(REBASE_OPCODE_DONE); in buildRebaseInfo()
1229 _bindingInfo.append_byte(BIND_OPCODE_DO_BIND); in buildBindInfo()
1231 _bindingInfo.append_byte(BIND_OPCODE_DONE); in buildBindInfo()
1254 _lazyBindingInfo.append_byte(BIND_OPCODE_DONE); in buildLazyBindInfo()
1378 out.append_byte(nodeSize); in appendToByteBuffer()
1387 out.append_byte(nodeSize); in appendToByteBuffer()
1390 out.append_byte(0); in appendToByteBuffer()
1398 out.append_byte(nodeSize); in appendToByteBuffer()
1407 out.append_byte(nodeSize); in appendToByteBuffer()
1414 out.append_byte(nodeSize); in appendToByteBuffer()
[all …]
H A DMachONormalizedFileBinaryUtils.h32 void append_byte(uint8_t b) { in append_byte() function
49 append_byte(0); in append_string()
53 append_byte(0); in align()
/freebsd-13.1/usr.sbin/bhyve/
H A Dgdb.c563 append_byte(uint8_t v) in append_byte() function
577 append_byte(value); in append_unsigned_native()
610 append_byte(*str); in append_asciihex()
629 append_byte(error); in send_error()
670 append_byte(GDB_SIGNAL_TRAP); in report_stop()
676 append_byte(GDB_SIGNAL_TRAP); in report_stop()
1032 append_byte(*cp); in gdb_read_mem()
1064 append_byte(val); in gdb_read_mem()