taglinefilesource code
notes1985drivers/sound/sequencer.cint             notes[] =
notes1996drivers/sound/sequencer.cnote_freq = notes[note];
notes961fs/binfmt_elf.cstruct memelfnote notes[4];
notes1055fs/binfmt_elf.cnotes[0].name = "CORE";
notes1056fs/binfmt_elf.cnotes[0].type = NT_PRSTATUS;
notes1057fs/binfmt_elf.cnotes[0].datasz = sizeof(prstatus);
notes1058fs/binfmt_elf.cnotes[0].data = &prstatus;
notes1087fs/binfmt_elf.cnotes[1].name = "CORE";
notes1088fs/binfmt_elf.cnotes[1].type = NT_PRPSINFO;
notes1089fs/binfmt_elf.cnotes[1].datasz = sizeof(psinfo);
notes1090fs/binfmt_elf.cnotes[1].data = &psinfo;
notes1116fs/binfmt_elf.cnotes[2].name = "CORE";
notes1117fs/binfmt_elf.cnotes[2].type = NT_TASKSTRUCT;
notes1118fs/binfmt_elf.cnotes[2].datasz = sizeof(*current);
notes1119fs/binfmt_elf.cnotes[2].data = current;
notes1129fs/binfmt_elf.cnotes[3].name = "CORE";
notes1130fs/binfmt_elf.cnotes[3].type = NT_PRFPREG;
notes1131fs/binfmt_elf.cnotes[3].datasz = sizeof(fpu);
notes1132fs/binfmt_elf.cnotes[3].data = &fpu;
notes1141fs/binfmt_elf.csz += notesize(&notes[i]);
notes1187fs/binfmt_elf.cif (!writenote(&notes[i], &file))