Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dinput_buffer.hh134 input_buffer buffer_from_offset(int offset, int s=0);
H A Dfdt.cc443 input_buffer name_buffer = strings.buffer_from_offset(name_offset); in property()
1870 input.buffer_from_offset(h.off_mem_rsvmap, 0); in parse_dtb()
1887 input.buffer_from_offset(h.off_dt_struct, h.size_dt_struct); in parse_dtb()
1889 input.buffer_from_offset(h.off_dt_strings, h.size_dt_strings); in parse_dtb()
H A Dinput_buffer.cc296 input_buffer::buffer_from_offset(int offset, int s) in buffer_from_offset() function in dtc::input_buffer