Searched refs:S_MOD_INIT_FUNC_POINTERS (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h70 /// S_MOD_INIT_FUNC_POINTERS - Section with only function pointers for
72 S_MOD_INIT_FUNC_POINTERS = 0x09U, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/cctools-845/ld/
H A Dmod_sections.c89 if((ms->s.flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS)
183 if((ms->s.flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS){
316 if((ms->s.flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS)
H A Dsections.c126 "S_MOD_INIT_FUNC_POINTERS",
428 case S_MOD_INIT_FUNC_POINTERS:
648 S_MOD_INIT_FUNC_POINTERS ||
759 else if((ms->s.flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
952 (ms->s.flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
998 S_MOD_INIT_FUNC_POINTERS ||
3317 section_type == S_MOD_INIT_FUNC_POINTERS ||
4057 (map->s->flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
4099 (map->s->flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
4119 (map->s->flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
[all...]
H A Dpass2.c264 section_type == S_MOD_INIT_FUNC_POINTERS ||
H A Dpass1.c4615 section_type != S_MOD_INIT_FUNC_POINTERS &&
4634 section_type == S_MOD_INIT_FUNC_POINTERS ||
4648 section_type == S_MOD_INIT_FUNC_POINTERS ||
5694 section_type != S_MOD_INIT_FUNC_POINTERS &&
/macosx-10.9.5/cctools-845/as/
H A Dsections.c463 case S_MOD_INIT_FUNC_POINTERS:
H A Dread.c251 { "mod_init_funcs", S_MOD_INIT_FUNC_POINTERS },
358 S_MOD_INIT_FUNC_POINTERS, 2 },
2497 (s->flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
2664 type == S_MOD_INIT_FUNC_POINTERS ||
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp440 case MCSectionMachO::S_MOD_INIT_FUNC_POINTERS:
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h469 #define S_MOD_INIT_FUNC_POINTERS 0x9 /* section with only function macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h470 #define S_MOD_INIT_FUNC_POINTERS 0x9 /* section with only function macro
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectFileInfo.cpp136 MCSectionMachO::S_MOD_INIT_FUNC_POINTERS,
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DDarwinAsmParser.cpp195 MCSectionMachO::S_MOD_INIT_FUNC_POINTERS, 4);
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sect.c424 case S_MOD_INIT_FUNC_POINTERS:
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp415 if ( type == S_MOD_INIT_FUNC_POINTERS )
1671 if ( type == S_MOD_INIT_FUNC_POINTERS ) {
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c955 (sect_flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
995 (((sect_flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
1401 case S_MOD_INIT_FUNC_POINTERS:
H A Dofile_print.c2628 else if(section_type == S_MOD_INIT_FUNC_POINTERS)
2629 printf(" S_MOD_INIT_FUNC_POINTERS\n");

Completed in 170 milliseconds