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

  /src/external/gpl3/binutils/dist/bfd/
elf32-v850.c 2451 asection * inotes;
2459 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) == NULL)
2462 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2468 || (icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2469 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont));
2495 asection * inotes;
2504 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) != NULL)
2510 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2512 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2513 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont))
2445 asection * inotes; local
2489 asection * inotes; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-v850.c 2450 asection * inotes;
2458 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) == NULL)
2461 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2466 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2467 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont));
2493 asection * inotes;
2502 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) != NULL)
2508 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2510 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2511 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont))
2444 asection * inotes; local
2487 asection * inotes; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-v850.c 2449 asection * inotes;
2457 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) == NULL)
2460 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2465 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2466 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont));
2492 asection * inotes;
2501 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) != NULL)
2507 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2509 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2510 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont))
2443 asection * inotes; local
2486 asection * inotes; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-v850.c 2446 asection * inotes;
2454 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) == NULL)
2457 if (bfd_section_size (inotes) == bfd_section_size (onotes))
2462 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2463 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont));
2489 asection * inotes;
2498 if ((inotes = bfd_get_section_by_name (ibfd, V850_NOTE_SECNAME)) != NULL)
2504 BFD_ASSERT (bfd_section_size (inotes) == bfd_section_size (onotes));
2506 if ((icont = elf_section_data (inotes)->this_hdr.contents) == NULL)
2507 BFD_ASSERT (bfd_malloc_and_get_section (ibfd, inotes, & icont))
2440 asection * inotes; local
2483 asection * inotes; local
    [all...]

Completed in 30 milliseconds