| /src/external/gpl3/binutils/dist/gas/ |
| cgen.h | 36 /* Frag containing the insn */ 37 fragS * frag; member in struct:__anon9946 38 /* Address of insn in frag. */
|
| symbols.h | 146 /* Which frag is this broken word in? */ 147 fragS *frag; member in struct:broken_word 148 /* Where in the frag is it? */
|
| frags.c | 43 /* Initialization for frag routines. */ 73 /* Allocate a frag on the specified obstack. 74 Call this routine every time a new frag is made, so that the 87 the frag (via obstack_finish adjusting obstack next_free 88 pointer), making it seem like the frag already has contents in 98 /* Try to augment current frag by nchars chars. 99 If there is no room, close off the current frag with a ".fill 0" 100 and begin a new frag. Then loop until the new frag has at least 122 as_fatal (ngettext ("can't extend frag %lu char" 414 const fragS *frag; local 469 const fragS *frag; local 534 const fragS *frag = frag1; local [all...] |
| frags.h | 1 /* frags.h - Header file for the frag concept. 24 /* A code fragment (frag) is some known number of chars, followed by some 28 much room at the end of the frag. 31 of the 1st char of a frag is generally not known until after relax(). 33 of a particular frag}+offset. 36 notes for different frag kinds. See how code pans. */ 38 struct frag { struct 41 /* When relaxing multiple times, remember the address the frag had 57 struct frag *fr_next; 59 /* Where the frag was created, or where it became a variant frag. * [all...] |
| subsegs.c | 84 * Change the subsegment we are in, BUT DO NOT MAKE A NEW FRAG for the 170 * frag_now -> incomplete frag for current subsegment. 171 * If frag_now==NULL, then there is no old, incomplete frag, so 172 * the old frag is not closed off. 306 fragS *frag; 313 for (frag = chain->frch_root; frag; frag = frag->fr_next) 314 if (frag->fr_fix 303 fragS *frag; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| cgen.h | 36 /* Frag containing the insn */ 37 fragS * frag; member in struct:__anon11426 38 /* Address of insn in frag. */
|
| symbols.h | 146 /* Which frag is this broken word in? */ 147 fragS *frag; member in struct:broken_word 148 /* Where in the frag is it? */
|
| frags.c | 43 /* Initialization for frag routines. */ 73 /* Allocate a frag on the specified obstack. 94 /* Try to augment current frag by nchars chars. 95 If there is no room, close off the current frag with a ".fill 0" 96 and begin a new frag. Then loop until the new frag has at least 118 as_fatal (ngettext ("can't extend frag %lu char", 119 "can't extend frag %lu chars", 131 /* Not enough room in this frag. Close it and start a new one. 132 This must be done in a loop because the created frag may no 413 const fragS *frag; local 468 const fragS *frag; local 533 const fragS *frag = frag1; local [all...] |
| frags.h | 1 /* frags.h - Header file for the frag concept. 24 /* A code fragment (frag) is some known number of chars, followed by some 28 much room at the end of the frag. 31 of the 1st char of a frag is generally not known until after relax(). 33 of a particular frag}+offset. 36 notes for different frag kinds. See how code pans. */ 38 struct frag { struct 41 /* When relaxing multiple times, remember the address the frag had 57 struct frag *fr_next; 59 /* Where the frag was created, or where it became a variant frag. * [all...] |
| subsegs.c | 84 * Change the subsegment we are in, BUT DO NOT MAKE A NEW FRAG for the 170 * frag_now -> incomplete frag for current subsegment. 171 * If frag_now==NULL, then there is no old, incomplete frag, so 172 * the old frag is not closed off. 306 fragS *frag; 313 for (frag = chain->frch_root; frag; frag = frag->fr_next) 314 if (frag->fr_fix 303 fragS *frag; local [all...] |
| /src/sys/fs/filecorefs/ |
| filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local 147 frag = addr >> 8; 150 if (frag != 2) 151 zone = frag / fcmp->idspz; 199 if (a == frag) {
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_frag.c | 91 vchar_t *frag; local 125 if ((frag = vmalloc(fraglen)) == NULL) { 131 set_isakmp_header1(frag, iph1, ISAKMP_NPTYPE_FRAG); 132 hdr = (struct isakmp *)frag->v; 148 if (isakmp_send(iph1, frag) < 0) { 153 vfree(frag); 178 /* no frag yet, just insert at beginning of list */ 213 struct isakmp_frag *frag; local 225 if (msg->l < sizeof(*isakmp) + sizeof(*frag)) { 231 frag = (struct isakmp_frag *)(isakmp + 1) [all...] |
| nattraversal.h | 75 uint16_t frag; member in struct:ph2natt
|
| /src/external/bsd/ppp/dist/pppd/ |
| eap-tls.h | 56 bool frag; /* packet is fragmented */ member in struct:eaptls_session
|
| /src/sys/arch/ia64/disasm/ |
| disasm_extract.c | 38 #define FRAG(o,l) ((int)((o << 8) | (l & 0xff))) 1851 int frag; local 1853 while ((frag = va_arg(ap, int)) != 0) { 1854 val |= (uint64_t)FIELD(bits, FRAG_OFS(frag), FRAG_LEN(frag)) 1856 len += FRAG_LEN(frag); 1934 s_immf(i, 2, bits, FRAG(13,7), FRAG(36,1), 0); 1939 s_immf(i, 2, bits, FRAG(13,7), FRAG(27,6), FRAG(36,1), 0) [all...] |
| /src/sys/arch/landisk/stand/boot/ |
| biosdisk.c | 358 int frag; local 375 frag = size % BIOSDISK_SECSIZE; 376 if (frag) { 382 memcpy(buf + blks * BIOSDISK_SECSIZE, d->buf, frag);
|
| /src/sys/external/bsd/ena-com/ |
| ena_eth_com.h | 75 bool frag; member in struct:ena_com_rx_ctx
|
| /src/crypto/external/apache2/openssl/dist/crypto/http/ |
| http_lib.c | 65 const char *frag, *frag_end; local 137 path_end = query = query_end = frag = frag_end = path + strlen(path); 155 frag = tmp + 1; 163 || !copy_substring(pfrag, frag, frag_end))
|
| /src/crypto/external/bsd/openssl/dist/crypto/http/ |
| http_lib.c | 65 const char *frag, *frag_end; local 143 path_end = query = query_end = frag = frag_end = path + strlen(path); 161 frag = tmp + 1; 169 || !copy_substring(pfrag, frag, frag_end))
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-csky.h | 82 fragS *frag; member in struct:tls_addend 88 { (FIX)->tc_fix_data.frag = NULL; (FIX)->tc_fix_data.offset = 0; }
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-csky.h | 82 fragS *frag; member in struct:tls_addend 88 { (FIX)->tc_fix_data.frag = NULL; (FIX)->tc_fix_data.offset = 0; }
|
| /src/sys/ufs/chfs/ |
| chfs_gc.c | 851 struct chfs_node_frag *frag; local 878 for(frag = frag_first(&ip->fragtree); 879 frag; frag = frag_next(&ip->fragtree, frag)) { 880 if (frag->node && frag->node->nref == nref) { 881 fn = frag->node; 882 end = frag->ofs + frag->size [all...] |
| /src/tests/net/icmp/ |
| t_ping.c | 342 size_t tot, frag; local 418 tot += (frag - sizeof(*ip))) { 419 frag = MIN(65538 - tot, sizeof(data)); 422 ip->ip_len = frag; 424 if (frag == sizeof(data)) { 428 error = rump_sys_sendto(s, data, frag, 0, 435 if ((size_t)error != frag)
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| http_test.c | 206 char *user, *host, *port, *path, *query, *frag; local 213 &path, &query, &frag)) 221 if (res && *frag != '\0') 222 res = TEST_str_eq(frag, "fr"); 230 OPENSSL_free(frag); 255 return test_http_url_path_query_ok("http://usr@host:1/p?q=x#frag", "/p?q=x") 256 && test_http_url_path_query_ok("http://host?query#frag", "/?query") 257 && test_http_url_path_query_ok("http://host:9999#frag", "/");
|
| /src/external/gpl2/libmalloc/dist/ |
| malloc.h | 151 } frag; member in union:__anon9400::__anon9401::__anon9402
|