Home | History | Annotate | Download | only in elfcopy

Lines Matching defs:adr

246     unsigned long adr;
270 adr = byte_get (data, len - bytes_read - 1);
271 printf (_("set Address to 0x%lx\n"), adr);
272 state_machine_regs.address = adr;
273 value_hook(data, len - bytes_read - 1, adr);