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

/macosx-10.10/dtrace-147/libdwarf/
H A Dpro_section.h109 #define SECTION_TYPE SHT_PROGBITS macro
111 #define SECTION_TYPE SHT_MIPS_DWARF macro
H A Dpro_section.c292 SECTION_TYPE,
299 SECTION_TYPE, flags,
/macosx-10.10/llvmCore-3425.0.34/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::__anon10027
151 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
290 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS)
/macosx-10.10/dyld-353.2.1/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;
H A DImageLoaderMachOClassic.cpp1333 this->getShortName(), symbolName, (((sect->flags & SECTION_TYPE)==S_NON_LAZY_SYMBOL_POINTERS) ? "non_lazy_ptr" : "lazy_ptr"),
1344 if ( ((sect->flags & SECTION_TYPE) == S_SYMBOL_STUBS) && ((sect->flags & S_ATTR_SELF_MODIFYING_CODE) != 0) && (sect->reserved2 == 5) ) {
1402 const uint8_t type = sect->flags & SECTION_TYPE;
1657 switch ( sect->flags & SECTION_TYPE ) {
1712 const uint8_t type = sect->flags & SECTION_TYPE;
1828 const uint8_t type = sect->flags & SECTION_TYPE;
1951 const uint8_t type = sect->flags & SECTION_TYPE;
2025 const uint8_t type = sect->flags & SECTION_TYPE;
H A DImageLoaderMachO.cpp423 const uint8_t type = sect->flags & SECTION_TYPE;
844 if ( ((sect->flags & SECTION_TYPE) == S_INTERPOSING) || ((strcmp(sect->sectname, "__interpose") == 0) && (strcmp(seg->segname, "__DATA") == 0)) ) {
1702 const uint8_t type = sect->flags & SECTION_TYPE;
1744 if ( (sect->flags & SECTION_TYPE) == S_DTRACE_DOF ) {
1798 const uint8_t type = sect->flags & SECTION_TYPE;
H A DImageLoaderMachOCompressed.cpp1150 const uint8_t type = sect->flags & SECTION_TYPE;
1649 const uint8_t type = sect->flags & SECTION_TYPE;
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c201 const uint8_t type = sect->flags & SECTION_TYPE;
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c422 switch (sect->flags & SECTION_TYPE) {
444 "Invalid section type: %u.", sect->flags & SECTION_TYPE);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h439 #define SECTION_TYPE 0x000000ff /* 256 section types */ macro
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp933 uint8_t sectionType = sect->flags() & SECTION_TYPE;
1117 uint8_t sectionType = sect->flags() & SECTION_TYPE;
1248 if ( ((sect->flags() & SECTION_TYPE) == S_SYMBOL_STUBS) && (sect->size() != 0) ) {
H A DMachORebaser.hpp417 if ( (sect->flags() & SECTION_TYPE) == S_SYMBOL_STUBS ) {
884 if ( (sect->flags() & SECTION_TYPE) == S_NON_LAZY_SYMBOL_POINTERS ) {
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c887 unsigned char sect_type = sectp->flags & SECTION_TYPE;
/macosx-10.10/emacs-93/
H A Dunexmacosx.c887 unsigned char sect_type = sectp->flags & SECTION_TYPE;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c86 #define SECTION_TYPE 0x000000ff /* 256 section types. */ macro

Completed in 314 milliseconds