Lines Matching refs:codebuf
785 static int bfd_pef_parse_function_stubs (abfd, codesec, codebuf, codelen, in bfd_pef_parse_function_stubs() argument
789 unsigned char *codebuf;
861 if ((bfd_getb32 (codebuf + codepos) & 0xffff0000) == 0x81820000)
869 ret = bfd_pef_parse_function_stub (abfd, codebuf + codepos, 24, &index);
952 unsigned char *codebuf = NULL; local
963 codebuf = (unsigned char *) bfd_malloc (codelen);
966 if (bfd_bread ((PTR) codebuf, codelen, abfd) != codelen)
985 bfd_pef_parse_traceback_tables (abfd, codesec, codebuf, codelen,
994 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount,
1003 if (codebuf != NULL)
1004 free (codebuf);