HomeSort by: relevance | last modified time | path
    Searched defs:onotes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 2450 asection * onotes;
2456 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2462 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2471 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2477 memcpy (ocont, icont, bfd_section_size (onotes));
2494 asection * onotes;
2501 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2510 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2515 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2516 BFD_ASSERT (bfd_malloc_and_get_section (obfd, onotes, & ocont))
2444 asection * onotes; local
2488 asection * onotes; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 2449 asection * onotes;
2455 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2461 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2469 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2475 memcpy (ocont, icont, bfd_section_size (onotes));
2492 asection * onotes;
2499 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2508 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2513 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2514 BFD_ASSERT (bfd_malloc_and_get_section (obfd, onotes, & ocont))
2443 asection * onotes; local
2486 asection * onotes; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 2448 asection * onotes;
2454 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2460 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2468 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2474 memcpy (ocont, icont, bfd_section_size (onotes));
2491 asection * onotes;
2498 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2507 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2512 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2513 BFD_ASSERT (bfd_malloc_and_get_section (obfd, onotes, & ocont))
2442 asection * onotes; local
2485 asection * onotes; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 2445 asection * onotes;
2451 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2457 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2465 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2471 memcpy (ocont, icont, bfd_section_size (onotes));
2488 asection * onotes;
2495 if ((onotes = bfd_get_section_by_name (obfd, V850_NOTE_SECNAME)) == NULL)
2504 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2509 if ((ocont = elf_section_data (onotes)->this_hdr.contents) == NULL)
2510 BFD_ASSERT (bfd_malloc_and_get_section (obfd, onotes, & ocont))
2439 asection * onotes; local
2482 asection * onotes; local
    [all...]

Completed in 33 milliseconds