taglinefilesource code
notes1985drivers/sound/sequencer.cint             notes[] =
notes1996drivers/sound/sequencer.cnote_freq = notes[note];
notes957fs/binfmt_elf.cstruct memelfnote notes[4];
notes1051fs/binfmt_elf.cnotes[0].name = "CORE";
notes1052fs/binfmt_elf.cnotes[0].type = NT_PRSTATUS;
notes1053fs/binfmt_elf.cnotes[0].datasz = sizeof(prstatus);
notes1054fs/binfmt_elf.cnotes[0].data = &prstatus;
notes1083fs/binfmt_elf.cnotes[1].name = "CORE";
notes1084fs/binfmt_elf.cnotes[1].type = NT_PRPSINFO;
notes1085fs/binfmt_elf.cnotes[1].datasz = sizeof(psinfo);
notes1086fs/binfmt_elf.cnotes[1].data = &psinfo;
notes1112fs/binfmt_elf.cnotes[2].name = "CORE";
notes1113fs/binfmt_elf.cnotes[2].type = NT_TASKSTRUCT;
notes1114fs/binfmt_elf.cnotes[2].datasz = sizeof(*current);
notes1115fs/binfmt_elf.cnotes[2].data = current;
notes1125fs/binfmt_elf.cnotes[3].name = "CORE";
notes1126fs/binfmt_elf.cnotes[3].type = NT_PRFPREG;
notes1127fs/binfmt_elf.cnotes[3].datasz = sizeof(fpu);
notes1128fs/binfmt_elf.cnotes[3].data = &fpu;
notes1137fs/binfmt_elf.csz += notesize(&notes[i]);
notes1183fs/binfmt_elf.cif (!writenote(&notes[i], &file))