Searched refs:inote (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c9326 Elf_Internal_Note inote;
9329 inote.type = BYTE_GET (external->type);
9330 inote.namesz = BYTE_GET (external->namesz);
9331 inote.namedata = external->name;
9332 inote.descsz = BYTE_GET (external->descsz);
9333 inote.descdata = inote.namedata + align_power (inote.namesz, 2);
9334 inote.descpos = offset + (inote
9323 Elf_Internal_Note inote; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dflow.c1642 rtx inote = find_reg_note (insn, REG_LABEL, NULL_RTX);
1654 if (inote && LABEL_P (inote))
1656 rtx label = XEXP (inote, 0);
1637 rtx inote = find_reg_note (insn, REG_LABEL, NULL_RTX); local

Completed in 89 milliseconds