Home
last modified time | relevance | path

Searched refs:scnbuf (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-coff.c343 unsigned char *scnbuf; in simple_object_coff_find_sections() local
352 scnbuf = XNEWVEC (unsigned char, scnhdr_size * ocr->nscns); in simple_object_coff_find_sections()
355 scnbuf, scnhdr_size * ocr->nscns, &errmsg, in simple_object_coff_find_sections()
358 XDELETEVEC (scnbuf); in simple_object_coff_find_sections()
378 scnhdr = scnbuf + i * scnhdr_size; in simple_object_coff_find_sections()
400 XDELETEVEC (scnbuf); in simple_object_coff_find_sections()
408 XDELETEVEC (scnbuf); in simple_object_coff_find_sections()
426 XDELETEVEC (scnbuf); in simple_object_coff_find_sections()
Dsimple-object-xcoff.c399 unsigned char *scnbuf; in simple_object_xcoff_find_sections() local
409 scnbuf = XNEWVEC (unsigned char, scnhdr_size * ocr->nscns); in simple_object_xcoff_find_sections()
412 scnbuf, scnhdr_size * ocr->nscns, &errmsg, in simple_object_xcoff_find_sections()
415 XDELETEVEC (scnbuf); in simple_object_xcoff_find_sections()
434 scnhdr = scnbuf + i * scnhdr_size; in simple_object_xcoff_find_sections()
456 XDELETEVEC (scnbuf); in simple_object_xcoff_find_sections()
464 XDELETEVEC (scnbuf); in simple_object_xcoff_find_sections()
494 XDELETEVEC (scnbuf); in simple_object_xcoff_find_sections()