Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/info/
Dman.c86 char *old_contents = file_buffer->contents; in get_manpage_node() local
110 if (old_contents && oldsize && old_contents != file_buffer->contents) in get_manpage_node()
114 char *old_contents_end = old_contents + oldsize; in get_manpage_node()
132 && tmp_node->contents >= old_contents in get_manpage_node()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dppc-linux-tdep.c465 gdb_byte old_contents[BREAKPOINT_MAX]; in ppc_linux_memory_remove_breakpoint() local
472 val = target_read_memory (addr, old_contents, bplen); in ppc_linux_memory_remove_breakpoint()
477 if (val == 0 && memcmp (bp, old_contents, bplen) == 0) in ppc_linux_memory_remove_breakpoint()
Dremote-mips.c109 char *old_contents);
2002 mips_store_word (CORE_ADDR addr, unsigned int val, char *old_contents) in mips_store_word() argument
2017 if (old_contents != NULL) in mips_store_word()
2018 store_unsigned_integer (old_contents, 4, oldcontents); in mips_store_word()