| /src/external/bsd/libpcap/dist/ |
| pcap-rpcap-unix.c | 95 get32(const unsigned char *buf) function 162 pkt_len = get32(&hdr[4]); 319 p->linktype = get32(&reply_buf[0]); 321 p->tzoff = get32(&reply_buf[4]); 371 get32(&reply_buf[0]); 434 stats->ps_recv = get32(&reply_buf[0]); 435 stats->ps_ifdrop = get32(&reply_buf[4]); 436 stats->ps_drop = get32(&reply_buf[8]); 515 pkth.ts.tv_sec = get32(&buf[0]); 516 pkth.ts.tv_usec = get32(&buf[4]) [all...] |
| /src/sys/lib/libunwind/ |
| AddressSpace.hpp | 83 uint32_t get32(pint_t addr) { function in class:_Unwind::LocalAddressSpace 97 return get32(addr); 176 result = get32(addr); 194 result = (int32_t)get32(addr); 268 pint_t nextPC = base + (int32_t)get32(next); 280 fdeStart = base + (int32_t)get32(first + 4); 395 n->first_pc = header + (int32_t)get32(n->hdr_start); 398 *this, header + (int32_t)get32(n->hdr_start + (entries - 1) * 8 + 4),
|
| DwarfParser.hpp | 116 uint64_t cfiLength = addressSpace.get32(p); 125 uint32_t ciePointer = addressSpace.get32(p); 148 uint64_t cfiLength = addressSpace.get32(p); 157 uint32_t ciePointer = addressSpace.get32(p); 212 uint64_t cieLength = addressSpace.get32(p); 224 if (addressSpace.get32(p) != 0) 341 codeOffset += (addressSpace.get32(p) * cieInfo.codeAlignFactor);
|
| DwarfInstructions.hpp | 228 value = addressSpace.get32(p); 235 svalue = (int32_t)addressSpace.get32(p); 562 value = addressSpace.get32(value);
|
| /src/lib/libc/citrus/ |
| citrus_csmapper.c | 74 get32(struct _region *r, uint32_t *rval) function 135 ret = get32(&r2, &val32); 149 ret = get32(&r2, &val32);
|
| /src/sys/dev/stbi/ |
| stb_image.c | 946 static uint32 get32(stbi *s) function 2665 c.length = get32(s); 2666 c.type = get32(s); 2980 s->img_x = get32(s); if (s->img_x > (1 << 24)) return e("too large","Very large image (corrupt?)"); 2981 s->img_y = get32(s); if (s->img_y > (1 << 24)) return e("too large","Very large image (corrupt?)"); 3101 get32(s); 3858 if (get32(s) != 0x38425053) return 0; // "8BPS" 3890 if (get32(s) != 0x38425053) // "8BPS" 3906 h = get32(s); 3907 w = get32(s) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| mach-o.c | 3459 bfd_vma (*get32) (const void *) = NULL; 3471 get32 = bfd_getb32; 3478 get32 = bfd_getl32; 3485 get32 = bfd_getb32; 3492 get32 = bfd_getl32; 3508 header->cputype = (*get32) (raw.cputype); 3509 header->cpusubtype = (*get32) (raw.cpusubtype); 3510 header->filetype = (*get32) (raw.filetype); 3511 header->ncmds = (*get32) (raw.ncmds); 3512 header->sizeofcmds = (*get32) (raw.sizeofcmds) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mach-o.c | 3458 bfd_vma (*get32) (const void *) = NULL; 3470 get32 = bfd_getb32; 3477 get32 = bfd_getl32; 3484 get32 = bfd_getb32; 3491 get32 = bfd_getl32; 3507 header->cputype = (*get32) (raw.cputype); 3508 header->cpusubtype = (*get32) (raw.cpusubtype); 3509 header->filetype = (*get32) (raw.filetype); 3510 header->ncmds = (*get32) (raw.ncmds); 3511 header->sizeofcmds = (*get32) (raw.sizeofcmds) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| mach-o.c | 3456 bfd_vma (*get32) (const void *) = NULL; 3468 get32 = bfd_getb32; 3475 get32 = bfd_getl32; 3482 get32 = bfd_getb32; 3489 get32 = bfd_getl32; 3505 header->cputype = (*get32) (raw.cputype); 3506 header->cpusubtype = (*get32) (raw.cpusubtype); 3507 header->filetype = (*get32) (raw.filetype); 3508 header->ncmds = (*get32) (raw.ncmds); 3509 header->sizeofcmds = (*get32) (raw.sizeofcmds) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| mach-o.c | 3458 bfd_vma (*get32) (const void *) = NULL; 3470 get32 = bfd_getb32; 3477 get32 = bfd_getl32; 3484 get32 = bfd_getb32; 3491 get32 = bfd_getl32; 3507 header->cputype = (*get32) (raw.cputype); 3508 header->cpusubtype = (*get32) (raw.cpusubtype); 3509 header->filetype = (*get32) (raw.filetype); 3510 header->ncmds = (*get32) (raw.ncmds); 3511 header->sizeofcmds = (*get32) (raw.sizeofcmds) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-dis.c | 12095 get32 (instr_info *ins, bfd_vma *res) function 12109 if (!get32 (ins, res)) 12880 if (!get32 (ins, &op)) 13049 if (!get32 (ins, &offset)) 13078 if (!get32 (ins, &off))
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-dis.c | 12056 get32 (instr_info *ins, bfd_vma *res) function 12070 if (!get32 (ins, res)) 12841 if (!get32 (ins, &op)) 13010 if (!get32 (ins, &offset)) 13039 if (!get32 (ins, &off))
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-dis.c | 11759 get32 (instr_info *ins, bfd_vma *res) function 11773 if (!get32 (ins, res)) 12544 if (!get32 (ins, &op)) 12713 if (!get32 (ins, &offset)) 12742 if (!get32 (ins, &off))
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-dis.c | 12063 get32 (instr_info *ins, bfd_vma *res) function 12077 if (!get32 (ins, res)) 12848 if (!get32 (ins, &op)) 13017 if (!get32 (ins, &offset)) 13046 if (!get32 (ins, &off))
|