Home
last modified time | relevance | path

Searched refs:itoc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dloader.d1824 @property uint itoc() const pure nothrow @nogc @safe; in version()
1827 @property void itoc(uint v) pure nothrow @nogc @safe; in version()
3158 @property uint itoc()() const pure nothrow @nogc @safe in itoc() function
3163 @property void itoc()(uint v) pure nothrow @nogc @safe in itoc() function
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c1439 unsigned int itoc; in dump_twolevel_hints() local
1445 itoc = v & 0xffffff; in dump_twolevel_hints()
1450 itoc = (v >> 8) & 0xffffff; in dump_twolevel_hints()
1453 printf (" %3u %8u\n", isub_image, itoc); in dump_twolevel_hints()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c1438 unsigned int itoc; in dump_twolevel_hints() local
1444 itoc = v & 0xffffff; in dump_twolevel_hints()
1449 itoc = (v >> 8) & 0xffffff; in dump_twolevel_hints()
1452 printf (" %3u %8u\n", isub_image, itoc); in dump_twolevel_hints()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h776 uint32_t isub_image : 8, itoc : 24; member