Home
last modified time | relevance | path

Searched refs:e_note (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf-properties.c444 Elf_External_Note *e_note; in elf_write_gnu_properties() local
446 e_note = (Elf_External_Note *) contents; in elf_write_gnu_properties()
449 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in elf_write_gnu_properties()
450 bfd_h_put_32 (abfd, size - descsz, &e_note->descsz); in elf_write_gnu_properties()
451 bfd_h_put_32 (abfd, NT_GNU_PROPERTY_TYPE_0, &e_note->type); in elf_write_gnu_properties()
452 memcpy (e_note->name, "GNU", sizeof "GNU"); in elf_write_gnu_properties()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf-properties.c444 Elf_External_Note *e_note; in elf_write_gnu_properties() local
446 e_note = (Elf_External_Note *) contents; in elf_write_gnu_properties()
449 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in elf_write_gnu_properties()
450 bfd_h_put_32 (abfd, size - descsz, &e_note->descsz); in elf_write_gnu_properties()
451 bfd_h_put_32 (abfd, NT_GNU_PROPERTY_TYPE_0, &e_note->type); in elf_write_gnu_properties()
452 memcpy (e_note->name, "GNU", sizeof "GNU"); in elf_write_gnu_properties()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf-properties.c444 Elf_External_Note *e_note; in elf_write_gnu_properties() local
446 e_note = (Elf_External_Note *) contents; in elf_write_gnu_properties()
449 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in elf_write_gnu_properties()
450 bfd_h_put_32 (abfd, size - descsz, &e_note->descsz); in elf_write_gnu_properties()
451 bfd_h_put_32 (abfd, NT_GNU_PROPERTY_TYPE_0, &e_note->type); in elf_write_gnu_properties()
452 memcpy (e_note->name, "GNU", sizeof "GNU"); in elf_write_gnu_properties()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf-properties.c544 Elf_External_Note *e_note; in elf_write_gnu_properties() local
546 e_note = (Elf_External_Note *) contents; in elf_write_gnu_properties()
549 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in elf_write_gnu_properties()
550 bfd_h_put_32 (abfd, size - descsz, &e_note->descsz); in elf_write_gnu_properties()
551 bfd_h_put_32 (abfd, NT_GNU_PROPERTY_TYPE_0, &e_note->type); in elf_write_gnu_properties()
552 memcpy (e_note->name, "GNU", sizeof "GNU"); in elf_write_gnu_properties()
/netbsd/external/gpl3/binutils/dist/ld/
H A Dldelf.c1441 Elf_External_Note *e_note; in write_build_id() local
1462 e_note = (Elf_External_Note *) contents; in write_build_id()
1471 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in write_build_id()
1472 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_build_id()
1473 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type); in write_build_id()
1474 memcpy (e_note->name, "GNU", sizeof "GNU"); in write_build_id()
1530 Elf_External_Note *e_note; in write_package_metadata() local
1551 e_note = (Elf_External_Note *) contents; in write_package_metadata()
1560 bfd_h_put_32 (abfd, sizeof "FDO", &e_note->namesz); in write_package_metadata()
1561 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_package_metadata()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-elf.c1855 Elf_External_Note e_note; in obj_elf_version() local
1886 p = frag_more (sizeof (e_note.namesz)); in obj_elf_version()
1887 md_number_to_chars (p, i_note.namesz, sizeof (e_note.namesz)); in obj_elf_version()
1888 p = frag_more (sizeof (e_note.descsz)); in obj_elf_version()
1889 md_number_to_chars (p, i_note.descsz, sizeof (e_note.descsz)); in obj_elf_version()
1890 p = frag_more (sizeof (e_note.type)); in obj_elf_version()
1891 md_number_to_chars (p, i_note.type, sizeof (e_note.type)); in obj_elf_version()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dobj-elf.c2048 Elf_External_Note e_note; in obj_elf_version() local
2079 p = frag_more (sizeof (e_note.namesz)); in obj_elf_version()
2080 md_number_to_chars (p, i_note.namesz, sizeof (e_note.namesz)); in obj_elf_version()
2081 p = frag_more (sizeof (e_note.descsz)); in obj_elf_version()
2082 md_number_to_chars (p, i_note.descsz, sizeof (e_note.descsz)); in obj_elf_version()
2083 p = frag_more (sizeof (e_note.type)); in obj_elf_version()
2084 md_number_to_chars (p, i_note.type, sizeof (e_note.type)); in obj_elf_version()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c2182 Elf_External_Note e_note; in obj_elf_version() local
2213 p = frag_more (sizeof (e_note.namesz)); in obj_elf_version()
2214 md_number_to_chars (p, i_note.namesz, sizeof (e_note.namesz)); in obj_elf_version()
2215 p = frag_more (sizeof (e_note.descsz)); in obj_elf_version()
2216 md_number_to_chars (p, i_note.descsz, sizeof (e_note.descsz)); in obj_elf_version()
2217 p = frag_more (sizeof (e_note.type)); in obj_elf_version()
2218 md_number_to_chars (p, i_note.type, sizeof (e_note.type)); in obj_elf_version()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-elf.c2048 Elf_External_Note e_note; in obj_elf_version() local
2079 p = frag_more (sizeof (e_note.namesz)); in obj_elf_version()
2080 md_number_to_chars (p, i_note.namesz, sizeof (e_note.namesz)); in obj_elf_version()
2081 p = frag_more (sizeof (e_note.descsz)); in obj_elf_version()
2082 md_number_to_chars (p, i_note.descsz, sizeof (e_note.descsz)); in obj_elf_version()
2083 p = frag_more (sizeof (e_note.type)); in obj_elf_version()
2084 md_number_to_chars (p, i_note.type, sizeof (e_note.type)); in obj_elf_version()
/netbsd/external/gpl3/gdb/dist/ld/
H A Dldelf.c1360 Elf_External_Note *e_note; in write_build_id() local
1381 e_note = (Elf_External_Note *) contents; in write_build_id()
1387 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in write_build_id()
1388 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_build_id()
1389 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type); in write_build_id()
1390 memcpy (e_note->name, "GNU", sizeof "GNU"); in write_build_id()
/netbsd/external/gpl3/binutils.old/dist/ld/
H A Dldelf.c1328 Elf_External_Note *e_note; in write_build_id() local
1349 e_note = (Elf_External_Note *) contents; in write_build_id()
1355 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in write_build_id()
1356 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_build_id()
1357 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type); in write_build_id()
1358 memcpy (e_note->name, "GNU", sizeof "GNU"); in write_build_id()
/netbsd/external/gpl3/gdb.old/dist/ld/
H A Dldelf.c1360 Elf_External_Note *e_note; in write_build_id() local
1381 e_note = (Elf_External_Note *) contents; in write_build_id()
1387 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz); in write_build_id()
1388 bfd_h_put_32 (abfd, size, &e_note->descsz); in write_build_id()
1389 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type); in write_build_id()
1390 memcpy (e_note->name, "GNU", sizeof "GNU"); in write_build_id()
/netbsd/external/gpl3/binutils.old/dist/ld/emultempl/
H A Delf32.em1172 Elf_External_Note *e_note;
1193 e_note = (Elf_External_Note *) contents;
1199 bfd_h_put_32 (abfd, sizeof "GNU", &e_note->namesz);
1200 bfd_h_put_32 (abfd, size, &e_note->descsz);
1201 bfd_h_put_32 (abfd, NT_GNU_BUILD_ID, &e_note->type);
1202 memcpy (e_note->name, "GNU", sizeof "GNU");