Searched refs:S_ATTR_NO_TOC (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h112 /// S_ATTR_NO_TOC - Section contains coalesced symbols that are not to be
114 S_ATTR_NO_TOC = 1U << 30, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSectionMachO.cpp60 ENTRY("no_toc", S_ATTR_NO_TOC)
H A DMCObjectFileInfo.cpp583 MCSectionMachO::S_ATTR_NO_TOC |
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h509 #define S_ATTR_NO_TOC 0x40000000 /* section contains coalesced macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h510 #define S_ATTR_NO_TOC 0x40000000 /* section contains coalesced macro
/macosx-10.9.5/cctools-845/libstuff/
H A Dwriteout.c1242 sections[symbol->n_sect - 1]->flags & S_ATTR_NO_TOC));
1257 sections64[symbol64->n_sect-1]->flags & S_ATTR_NO_TOC));
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c3746 sections[symbol->n_sect - 1]->flags & S_ATTR_NO_TOC));
3759 sections64[symbol64->n_sect-1]->flags & S_ATTR_NO_TOC));
/macosx-10.9.5/cctools-845/as/
H A Dread.c272 { "no_toc", S_ATTR_NO_TOC },
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2657 if(section_attributes & S_ATTR_NO_TOC)

Completed in 153 milliseconds