Home | History | Annotate | Download | only in libutil++

Lines Matching defs:note

57 	asection * note = NULL;
92 /* For embedded SPU ELF, a note section named '.note.spu_name'
96 note = bfd_get_section_by_name(ibfd.abfd, ".note.spu_name");
97 if (!note) {
98 cverb << vbfd << "No .note.spu-name section found" << endl;
101 cverb << vbfd << "found .note.spu_name section" << endl;
105 sec_size = bfd_section_size(ibfd.abfd, note)/oct_per_byte;
108 if (!bfd_get_section_contents(ibfd.abfd, note, sec_contents,