Searched refs:S_LAZY_SYMBOL_POINTERS (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h65 /// S_LAZY_SYMBOL_POINTERS - Section with lazy symbol pointers.
66 S_LAZY_SYMBOL_POINTERS = 0x07U, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/cctools-845/ld/
H A Dindirect_sections.c138 if(section_type == S_LAZY_SYMBOL_POINTERS ||
489 if(section_type == S_LAZY_SYMBOL_POINTERS && s->nreloc != nitems){
613 if(section_type == S_LAZY_SYMBOL_POINTERS){
863 section_type == S_LAZY_SYMBOL_POINTERS)
873 section_type == S_LAZY_SYMBOL_POINTERS){
1116 (map->s->flags & SECTION_TYPE) != S_LAZY_SYMBOL_POINTERS &&
1162 (map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS)
1374 to_section_type != S_LAZY_SYMBOL_POINTERS &&
1376 from_section_type != S_LAZY_SYMBOL_POINTERS)
1388 if(from_section_type != S_LAZY_SYMBOL_POINTERS){
[all...]
H A Dobjects.c358 if(((section_type == S_LAZY_SYMBOL_POINTERS ||
412 else if((map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
437 "S_LAZY_SYMBOL_POINTERS or S_COALESCED section");
517 else if((map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
544 "S_LAZY_SYMBOL_POINTERS or S_COALESCED section");
613 if(section_type == S_LAZY_SYMBOL_POINTERS ||
689 S_LAZY_SYMBOL_POINTERS){
699 "S_NON_LAZY_SYMBOL_POINTERS, S_LAZY_SYMBOL_POINTERS or "
H A Dsections.c124 "S_LAZY_SYMBOL_POINTERS",
427 case S_LAZY_SYMBOL_POINTERS:
633 (ms->s.flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS){
747 (ms->s.flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS){
951 (ms->s.flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
996 (ms->s.flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
3367 section_type == S_LAZY_SYMBOL_POINTERS){
3975 (map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
4157 (map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
4281 (map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS)){
[all...]
H A Darm_reloc.c1190 S_LAZY_SYMBOL_POINTERS){
1271 S_LAZY_SYMBOL_POINTERS){
H A Dgeneric_reloc.c811 S_LAZY_SYMBOL_POINTERS){
905 S_LAZY_SYMBOL_POINTERS){
H A Dhppa_reloc.c1064 S_LAZY_SYMBOL_POINTERS){
1145 S_LAZY_SYMBOL_POINTERS){
H A Dm88k_reloc.c917 S_LAZY_SYMBOL_POINTERS){
998 S_LAZY_SYMBOL_POINTERS){
H A Dppc_reloc.c1193 S_LAZY_SYMBOL_POINTERS){
1274 S_LAZY_SYMBOL_POINTERS){
H A Dsparc_reloc.c922 S_LAZY_SYMBOL_POINTERS){
1003 S_LAZY_SYMBOL_POINTERS){
H A Dlayout.c2240 S_LAZY_SYMBOL_POINTERS){
2444 SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
H A Dpass2.c262 section_type == S_LAZY_SYMBOL_POINTERS ||
/macosx-10.9.5/cctools-845/as/
H A Dsections.c462 case S_LAZY_SYMBOL_POINTERS:
H A Dwrite_object.c549 section_type == S_LAZY_SYMBOL_POINTERS ||
685 if(section_type == S_LAZY_SYMBOL_POINTERS ||
703 if(section_type == S_LAZY_SYMBOL_POINTERS ||
H A Dread.c248 { "lazy_symbol_pointers", S_LAZY_SYMBOL_POINTERS },
355 S_LAZY_SYMBOL_POINTERS, 2 },
2106 section_type != S_LAZY_SYMBOL_POINTERS &&
2494 (s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
2662 type == S_LAZY_SYMBOL_POINTERS ||
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp937 case S_LAZY_SYMBOL_POINTERS:
960 case S_LAZY_SYMBOL_POINTERS:
1116 if ( sectionType == S_LAZY_SYMBOL_POINTERS) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp439 case MCSectionMachO::S_LAZY_SYMBOL_POINTERS:
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h464 #define S_LAZY_SYMBOL_POINTERS 0x7 /* section with only lazy symbol macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h465 #define S_LAZY_SYMBOL_POINTERS 0x7 /* section with only lazy symbol macro
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp1404 if ( type == S_LAZY_SYMBOL_POINTERS ) {
1665 case S_LAZY_SYMBOL_POINTERS:
1719 else if ( type == S_LAZY_SYMBOL_POINTERS ) {
1952 if ( (type == S_NON_LAZY_SYMBOL_POINTERS) || (type == S_LAZY_SYMBOL_POINTERS) ) {
H A DImageLoaderMachOCompressed.cpp1142 if ( type == S_LAZY_SYMBOL_POINTERS ) {
1618 else if ( type == S_LAZY_SYMBOL_POINTERS )
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCObjectFileInfo.cpp119 MCSectionMachO::S_LAZY_SYMBOL_POINTERS,
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DDarwinAsmParser.cpp188 MCSectionMachO::S_LAZY_SYMBOL_POINTERS, 4);
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sect.c437 case S_LAZY_SYMBOL_POINTERS:
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c886 case S_LAZY_SYMBOL_POINTERS:

Completed in 235 milliseconds

12