Searched refs:SECTION_TYPE (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_section.h109 #define SECTION_TYPE SHT_PROGBITS macro
111 #define SECTION_TYPE SHT_MIPS_DWARF macro
/macosx-10.9.5/cctools-845/as/
H A Dsections.c146 if((frcP->frch_section.flags & SECTION_TYPE) != type){
203 if((frcP->frch_section.flags & SECTION_TYPE) == S_ZEROFILL ||
204 (frcP->frch_section.flags & SECTION_TYPE) ==
292 frcP->frch_section.flags & SECTION_TYPE,
373 (frchainP->frch_section.flags & SECTION_TYPE) == S_COALESCED)
387 (frchainP->frch_section.flags & SECTION_TYPE) ==
417 (frchainP->frch_section.flags & SECTION_TYPE) ==
434 section_type = frchainP->frch_section.flags & SECTION_TYPE;
455 switch (frchainP->frch_section.flags & SECTION_TYPE){
H A Dwrite_object.c269 section_type = frchainP->frch_section.flags & SECTION_TYPE;
274 section_type = p->frch_section.flags & SECTION_TYPE;
290 section_type = frchainP->frch_section.flags & SECTION_TYPE;
547 section_type = frchainP->frch_section.flags & SECTION_TYPE;
666 section_type = frchainP->frch_section.flags & SECTION_TYPE;
684 section_type = frchainP->frch_section.flags & SECTION_TYPE;
702 section_type = frchainP->frch_section.flags & SECTION_TYPE;
H A Dlayout.c248 section_type = frchainP->frch_section.flags & SECTION_TYPE;
273 section_type = frchainP->frch_section.flags & SECTION_TYPE;
294 section_type = frchainP->frch_section.flags & SECTION_TYPE;
987 section_type = frchainP->frch_section.flags & SECTION_TYPE;
H A Dsymbols.c758 if((frchain_now->frch_section.flags & SECTION_TYPE) ==
807 if((frchain_now->frch_section.flags & SECTION_TYPE) ==
/macosx-10.9.5/cctools-845/ld/
H A Dsections.c388 switch(ms->s.flags & SECTION_TYPE){
451 "%.16s)", (unsigned int)(ms->s.flags & SECTION_TYPE),
465 if((ms->s.flags & SECTION_TYPE) != S_REGULAR)
523 if((s->flags & SECTION_TYPE) == S_ZEROFILL){
536 if((ms->s.flags & SECTION_TYPE) !=
537 (s->flags & SECTION_TYPE)){
541 section_flags[s->flags & SECTION_TYPE],
542 section_flags[ms->s.flags & SECTION_TYPE]);
545 if((ms->s.flags & SECTION_TYPE) == S_SYMBOL_STUBS &&
568 section_flags[s->flags & SECTION_TYPE],
[all...]
H A Dobjects.c356 section_type = map->s->flags & SECTION_TYPE;
395 if((map->s->flags & SECTION_TYPE) == S_SYMBOL_STUBS){
412 else if((map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
413 (map->s->flags & SECTION_TYPE) ==
419 else if((map->s->flags & SECTION_TYPE) == S_COALESCED){
441 else if((map->s->flags & SECTION_TYPE) == S_COALESCED){
455 else if((map->s->flags & SECTION_TYPE) == S_SYMBOL_STUBS &&
509 if((map->s->flags & SECTION_TYPE) == S_SYMBOL_STUBS){
517 else if((map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
518 (map->s->flags & SECTION_TYPE)
[all...]
H A Dindirect_sections.c137 section_type = s->flags & SECTION_TYPE;
407 s->flags & SECTION_TYPE) == S_COALESCED &&
708 n_sect-1].s->flags & SECTION_TYPE) == S_COALESCED){
1115 if((map->s->flags & SECTION_TYPE) != S_SYMBOL_STUBS &&
1116 (map->s->flags & SECTION_TYPE) != S_LAZY_SYMBOL_POINTERS &&
1117 (map->s->flags & SECTION_TYPE) != S_NON_LAZY_SYMBOL_POINTERS)
1130 if((map->s->flags & SECTION_TYPE) ==
1161 if((map->s->flags & SECTION_TYPE) == S_SYMBOL_STUBS ||
1162 (map->s->flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS)
1270 from_section_type = from_map->s->flags & SECTION_TYPE;
[all...]
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 Dliteral_pointers.c347 n_sect-1].s->flags & SECTION_TYPE) == S_COALESCED){
475 if((literal_ms->s.flags & SECTION_TYPE) != S_CSTRING_LITERALS &&
476 (literal_ms->s.flags & SECTION_TYPE) != S_4BYTE_LITERALS &&
477 (literal_ms->s.flags & SECTION_TYPE) != S_8BYTE_LITERALS){
558 if((literal_ms->s.flags & SECTION_TYPE) != S_CSTRING_LITERALS &&
559 (literal_ms->s.flags & SECTION_TYPE) != S_4BYTE_LITERALS &&
560 (literal_ms->s.flags & SECTION_TYPE) != S_8BYTE_LITERALS){
573 if((literal_ms->s.flags & SECTION_TYPE) != S_CSTRING_LITERALS &&
574 (literal_ms->s.flags & SECTION_TYPE) != S_4BYTE_LITERALS &&
575 (literal_ms->s.flags & SECTION_TYPE) !
[all...]
H A Dcoalesced_sections.c541 SECTION_TYPE) == S_COALESCED){
568 n_sect-1].s->flags & SECTION_TYPE) == S_COALESCED){
586 s->flags & SECTION_TYPE) != S_COALESCED) ||
H A Darm_reloc.c328 s->flags & SECTION_TYPE) == S_COALESCED){
355 flags & SECTION_TYPE) == S_COALESCED)){
1189 (section_map->s->flags & SECTION_TYPE) ==
1270 (section_map->s->flags & SECTION_TYPE) ==
H A Dgeneric_reloc.c325 s->flags & SECTION_TYPE) == S_COALESCED){
353 flags & SECTION_TYPE) == S_COALESCED)){
810 (section_map->s->flags & SECTION_TYPE) ==
904 (section_map->s->flags & SECTION_TYPE) ==
H A Dhppa_reloc.c341 s->flags & SECTION_TYPE) == S_COALESCED){
367 flags & SECTION_TYPE) == S_COALESCED){
1063 (section_map->s->flags & SECTION_TYPE) ==
1144 (section_map->s->flags & SECTION_TYPE) ==
H A Dm88k_reloc.c330 s->flags & SECTION_TYPE) == S_COALESCED){
356 flags & SECTION_TYPE) == S_COALESCED){
916 (section_map->s->flags & SECTION_TYPE) ==
997 (section_map->s->flags & SECTION_TYPE) ==
H A Dppc_reloc.c363 s->flags & SECTION_TYPE) == S_COALESCED){
390 flags & SECTION_TYPE) == S_COALESCED)){
1192 (section_map->s->flags & SECTION_TYPE) ==
1273 (section_map->s->flags & SECTION_TYPE) ==
H A Dsparc_reloc.c342 s->flags & SECTION_TYPE) == S_COALESCED){
368 flags & SECTION_TYPE) == S_COALESCED){
921 (section_map->s->flags & SECTION_TYPE) ==
1002 (section_map->s->flags & SECTION_TYPE) ==
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h29 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
46 SECTION_TYPE = 0x000000FFU, enumerator in enum:llvm::MCSectionMachO::__anon9958
151 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSectionMachO.cpp104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS)
/macosx-10.9.5/dyld-239.4/src/
H A DthreadLocalVariables.c195 switch ( sect->flags & SECTION_TYPE ) {
237 if ( (sect->flags & SECTION_TYPE) == S_THREAD_LOCAL_INIT_FUNCTION_POINTERS ) {
283 if ( (sect->flags & SECTION_TYPE) == S_THREAD_LOCAL_VARIABLES ) {
H A DdyldInitialization.cpp154 const uint8_t type = sect->flags & SECTION_TYPE;
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c235 if((s[j].flags & SECTION_TYPE) ==
263 if((s64[j].flags & SECTION_TYPE) ==
/macosx-10.9.5/cctools-845/misc/
H A Dpagestuff.c589 if((s->flags & SECTION_TYPE) != S_ZEROFILL &&
590 (s->flags & SECTION_TYPE) != S_THREAD_LOCAL_ZEROFILL &&
600 if(((s->flags & SECTION_TYPE) == S_ZEROFILL ||
601 (s->flags & SECTION_TYPE) == S_THREAD_LOCAL_ZEROFILL) &&
634 if((s64->flags & SECTION_TYPE) != S_ZEROFILL &&
635 (s64->flags & SECTION_TYPE) != S_THREAD_LOCAL_ZEROFILL &&
645 if(((s64->flags & SECTION_TYPE) == S_ZEROFILL ||
646 (s64->flags & SECTION_TYPE) ==
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c187 const uint8_t type = sect->flags & SECTION_TYPE;
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c942 ((sect_flags & SECTION_TYPE) == S_NON_LAZY_SYMBOL_POINTERS ||
943 (sect_flags & SECTION_TYPE) == S_LAZY_SYMBOL_POINTERS ||
944 (sect_flags & SECTION_TYPE) == S_LAZY_DYLIB_SYMBOL_POINTERS ||
945 (sect_flags & SECTION_TYPE) == S_SYMBOL_STUBS))
954 (sect_flags & SECTION_TYPE) == S_LITERAL_POINTERS ||
955 (sect_flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
956 (sect_flags & SECTION_TYPE) == S_MOD_TERM_FUNC_POINTERS ||
995 (((sect_flags & SECTION_TYPE) == S_MOD_INIT_FUNC_POINTERS ||
996 (sect_flags & SECTION_TYPE) == S_MOD_TERM_FUNC_POINTERS) &&
1350 switch((sect_flags & SECTION_TYPE)){
[all...]

Completed in 235 milliseconds

123