Searched refs:enote (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | opncls.c | 1857 Elf_External_Note *enote; in get_build_id() local 1900 enote = (Elf_External_Note *) contents; in get_build_id() 1901 inote.type = H_GET_32 (abfd, enote->type); in get_build_id() 1902 inote.namesz = H_GET_32 (abfd, enote->namesz); in get_build_id() 1903 inote.namedata = enote->name; in get_build_id() 1904 inote.descsz = H_GET_32 (abfd, enote->descsz); in get_build_id()
|
H A D | elf64-ia64-vms.c | 1237 Elf64_External_VMS_Note *enote = (Elf64_External_VMS_Note *) noteptr; in create_ia64_vms_notes() local 1239 bfd_putl64 (sizeof (NOTE_NAME) - 1, enote->namesz); in create_ia64_vms_notes() 1240 bfd_putl64 (notes[i].descsz, enote->descsz); in create_ia64_vms_notes() 1241 bfd_putl64 (notes[i].type, enote->type); in create_ia64_vms_notes() 1243 noteptr = (unsigned char *)enote->name; in create_ia64_vms_notes()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | opncls.c | 1799 Elf_External_Note *enote; in get_build_id() local 1840 enote = (Elf_External_Note *) contents; in get_build_id() 1841 inote.type = H_GET_32 (abfd, enote->type); in get_build_id() 1842 inote.namesz = H_GET_32 (abfd, enote->namesz); in get_build_id() 1843 inote.namedata = enote->name; in get_build_id() 1844 inote.descsz = H_GET_32 (abfd, enote->descsz); in get_build_id()
|
H A D | elf64-ia64-vms.c | 1238 Elf64_External_VMS_Note *enote = (Elf64_External_VMS_Note *) noteptr; in create_ia64_vms_notes() local 1240 bfd_putl64 (sizeof (NOTE_NAME) - 1, enote->namesz); in create_ia64_vms_notes() 1241 bfd_putl64 (notes[i].descsz, enote->descsz); in create_ia64_vms_notes() 1242 bfd_putl64 (notes[i].type, enote->type); in create_ia64_vms_notes() 1244 noteptr = (unsigned char *)enote->name; in create_ia64_vms_notes()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 15974 Elf_External_Note * enote; in get_build_id() local 15981 enote = (Elf_External_Note *) get_section_contents (shdr, filedata); in get_build_id() 15982 if (enote == NULL) in get_build_id() 15989 free (enote); in get_build_id() 15993 end = (char *) enote + length; in get_build_id() 15994 data_remaining = end - (char *) enote; in get_build_id() 16004 free (enote); in get_build_id() 16009 inote.type = BYTE_GET (enote->type); in get_build_id() 16010 inote.namesz = BYTE_GET (enote->namesz); in get_build_id() 16011 inote.namedata = enote->name; in get_build_id() [all …]
|
H A D | ChangeLog-2020 | 1681 (get_build_id): Free enote.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 16701 Elf_External_Note * enote; in get_build_id() local 16708 enote = (Elf_External_Note *) get_section_contents (shdr, filedata); in get_build_id() 16709 if (enote == NULL) in get_build_id() 16716 free (enote); in get_build_id() 16720 end = (char *) enote + length; in get_build_id() 16721 data_remaining = end - (char *) enote; in get_build_id() 16731 free (enote); in get_build_id() 16736 inote.type = BYTE_GET (enote->type); in get_build_id() 16737 inote.namesz = BYTE_GET (enote->namesz); in get_build_id() 16738 inote.namedata = enote->name; in get_build_id() [all …]
|
H A D | ChangeLog-2020 | 1681 (get_build_id): Free enote.
|