| /src/external/gpl3/binutils/dist/bfd/ |
| pef.c | 731 unsigned char *codebuf, 803 if ((bfd_getb32 (codebuf + codepos) & 0xffff0000) == 0x81820000) 811 ret = bfd_pef_parse_function_stub (abfd, codebuf + codepos, 24, &sym_index); 890 unsigned char *codebuf = NULL; local 903 codebuf = _bfd_malloc_and_read (abfd, codelen, codelen); 904 if (codebuf == NULL) 923 bfd_pef_parse_traceback_tables (abfd, codesec, codebuf, codelen, 932 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 941 free (codebuf);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pef.c | 732 unsigned char *codebuf, 804 if ((bfd_getb32 (codebuf + codepos) & 0xffff0000) == 0x81820000) 812 ret = bfd_pef_parse_function_stub (abfd, codebuf + codepos, 24, &sym_index); 891 unsigned char *codebuf = NULL; local 904 codebuf = _bfd_malloc_and_read (abfd, codelen, codelen); 905 if (codebuf == NULL) 924 bfd_pef_parse_traceback_tables (abfd, codesec, codebuf, codelen, 933 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 942 free (codebuf);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pef.c | 732 unsigned char *codebuf, 804 if ((bfd_getb32 (codebuf + codepos) & 0xffff0000) == 0x81820000) 812 ret = bfd_pef_parse_function_stub (abfd, codebuf + codepos, 24, &sym_index); 891 unsigned char *codebuf = NULL; local 904 codebuf = _bfd_malloc_and_read (abfd, codelen, codelen); 905 if (codebuf == NULL) 924 bfd_pef_parse_traceback_tables (abfd, codesec, codebuf, codelen, 933 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 942 free (codebuf);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| pef.c | 732 unsigned char *codebuf, 804 if ((bfd_getb32 (codebuf + codepos) & 0xffff0000) == 0x81820000) 812 ret = bfd_pef_parse_function_stub (abfd, codebuf + codepos, 24, &sym_index); 891 unsigned char *codebuf = NULL; local 904 codebuf = _bfd_malloc_and_read (abfd, codelen, codelen); 905 if (codebuf == NULL) 924 bfd_pef_parse_traceback_tables (abfd, codesec, codebuf, codelen, 933 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 942 free (codebuf);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| doc.d | 4476 OutBuffer codebuf; 4477 codebuf.write(buf[iCodeStart + count .. i]); 4479 highlightCode(sc, a, codebuf, 0); 4480 escapeStrayParenthesis(loc, &codebuf, 0, false); 4484 i = buf.insert(i, codebuf[]); 4660 OutBuffer codebuf; 4661 codebuf.write(buf[iCodeStart .. i]); 4662 codebuf.writeByte(0); 4665 char* endp = cast(char*)codebuf[].ptr + codebuf.length [all...] |
| /src/external/mpl/bind/dist/bin/named/ |
| statschannel.c | 1096 char codebuf[64]; local 1106 isc_buffer_init(&b, codebuf, sizeof(codebuf) - 1); 1108 codebuf[isc_buffer_usedlength(&b)] = '\0'; 1113 fprintf(fp, "%20" PRIu64 " %s\n", val, codebuf); 1120 ISC_XMLCHAR codebuf)); 1132 json_object_object_add(zoneobj, codebuf, obj); 1152 char codebuf[64]; local 1162 isc_buffer_init(&b, codebuf, sizeof(codebuf) - 1) [all...] |