Home
last modified time | relevance | path

Searched refs:inote (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c16065 Elf_Internal_Note inote; in process_corefile_note_segment() local
16082 inote.type = BYTE_GET (external->type); in process_corefile_note_segment()
16083 inote.namesz = BYTE_GET (external->namesz); in process_corefile_note_segment()
16084 inote.namedata = external->name; in process_corefile_note_segment()
16085 inote.descsz = BYTE_GET (external->descsz); in process_corefile_note_segment()
16086 inote.descdata = inote.namedata + align_power (inote.namesz, 2); in process_corefile_note_segment()
16088 if (inote.descdata < (char *) pnotes || inote.descdata > end) in process_corefile_note_segment()
16090 warn (_("Corrupt note: name size is too big: %lx\n"), inote.namesz); in process_corefile_note_segment()
16091 inote.descdata = inote.namedata; in process_corefile_note_segment()
16092 inote.namesz = 0; in process_corefile_note_segment()
[all …]
DChangeLog-2015656 inote.descdata extending beyond the end of the section.
/toolchain/binutils/binutils-2.27/binutils/po/
Dbinutils.pot9134 msgid "Out of memory allocating space for inote name\n"