Home
last modified time | relevance | path

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

/qemu/contrib/elf2dmp/
H A Dqemu_elf.c39 static bool advance_note_offset(uint64_t *offsetp, uint64_t size, uint64_t end) in advance_note_offset() argument
41 uint64_t offset = *offsetp; in advance_note_offset()
53 *offsetp = offset; in advance_note_offset()
/qemu/migration/
H A Dfile.c30 int file_parse_offset(char *filespec, uint64_t *offsetp, Error **errp) in file_parse_offset() argument
38 ret = qemu_strtosz(option, NULL, offsetp); in file_parse_offset()
H A Dfile.h20 int file_parse_offset(char *filespec, uint64_t *offsetp, Error **errp);