Searched refs:xptr (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | dwarf1.c | 191 char* xptr = this_die; local 196 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr); 197 xptr += 4; 209 aDieInfo->tag = bfd_get_16 (abfd, (bfd_byte *) xptr); 210 xptr += 2; 213 while (xptr < (this_die + aDieInfo->length)) 221 attr = bfd_get_16 (abfd, (bfd_byte *) xptr); 222 xptr += 2; 227 xptr += 2; 232 aDieInfo->sibling = bfd_get_32 (abfd, (bfd_byte *) xptr); [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | dwarf1.c | 178 char* xptr = this_die; in parse_die() local 183 aDieInfo->length = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die() 184 xptr += 4; in parse_die() 196 aDieInfo->tag = bfd_get_16 (abfd, (bfd_byte *) xptr); in parse_die() 197 xptr += 2; in parse_die() 200 while (xptr < (this_die + aDieInfo->length)) in parse_die() 207 attr = bfd_get_16 (abfd, (bfd_byte *) xptr); in parse_die() 208 xptr += 2; in parse_die() 213 xptr += 2; in parse_die() 218 aDieInfo->sibling = bfd_get_32 (abfd, (bfd_byte *) xptr); in parse_die() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | ptype.c | 237 int (*xptr) (int (*) (), int (*) (void), int); variable
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | perlhost.h | 2155 #define SETUPEXCHANGE(xptr, iptr, table) \ in compare() 2157 if (xptr) { \ in compare() 2158 iptr = *xptr; \ in compare() 2159 *xptr = &table; \ in compare() 1986 SETUPEXCHANGE(xptr,iptr,table) global() argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcse.c | 3873 find_used_regs (xptr, data) in find_used_regs() argument 3874 rtx *xptr; in find_used_regs() 3880 rtx x = *xptr; 4276 local_cprop_find_used_regs (xptr, data) in local_cprop_find_used_regs() argument 4277 rtx *xptr; in local_cprop_find_used_regs() 4280 rtx x = *xptr; 4314 find_used_regs (xptr, data);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcse.c | 2593 find_used_regs (rtx *xptr, void *data ATTRIBUTE_UNUSED) in find_used_regs() argument 2598 rtx x = *xptr; in find_used_regs() 3007 local_cprop_find_used_regs (rtx *xptr, void *data) in local_cprop_find_used_regs() argument 3009 rtx x = *xptr; in local_cprop_find_used_regs() 3043 find_used_regs (xptr, data); in local_cprop_find_used_regs()
|