Searched refs:n_type (Results 51 - 62 of 62) sorted by relevance

123

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-rs6000.c354 in->n_type = H_GET_16 (abfd, ext->e_type);
380 H_PUT_16 (abfd, in->n_type, ext->e_type);
3808 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3824 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3848 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3883 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
3909 bfd_coff_swap_aux_out (abfd, &auxent, syment.n_type, syment.n_sclass, 0,
H A DpeXXigen.c113 in->n_type = H_GET_16 (abfd, ext->e_type);
115 in->n_type = H_GET_32 (abfd, ext->e_type);
211 H_PUT_16 (abfd, in->n_type, ext->e_type);
213 H_PUT_32 (abfd, in->n_type, ext->e_type);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp672 uint8_t n_type() const INLINE { return entry.fields.n_type; }
673 void set_n_type(uint8_t value) INLINE { entry.fields.n_type = value; }
H A DMachORebaser.hpp452 if ( (entry->n_type() & N_TYPE) == N_SECT )
459 if ( (entry->n_sect() != NO_SECT) && ((entry->n_type() & N_STAB) == 0) )
H A Dupdate_dyld_shared_cache.cpp1689 if ( (entry->n_sect() != NO_SECT) && ((entry->n_type() & N_STAB) == 0) ) {
1725 if ( ((entry->n_type() & N_TYPE) == N_SECT) && (strncmp(&fStrings[entry->n_strx()], ".objc_", 6) != 0)
1754 if ( ((entry->n_type() & N_TYPE) == N_UNDF) && (strncmp(&fStrings[entry->n_strx()], ".objc_", 6) != 0) ) {
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp1547 if ( (s->n_type & N_TYPE) == N_SECT ) {
1561 if ( ((s->n_type & N_TYPE) == N_SECT) && ((s->n_type & N_STAB) == 0) ) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.c310 int type = sym->n_type;
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c7555 uint8_t n_type; local
7560 n_type = seekptr_64->n_type;
7564 n_type = seekptr->n_type;
7567 // no need to swap n_type (one-byte value)
7568 if (string_index == 0 || n_type & N_STAB) {
7572 if ((n_type & N_TYPE) == N_UNDF) {
7735 uint8_t n_type; local
7740 n_type
[all...]
/macosx-10.10.1/dtrace-147/libelf/
H A Dxlate.c1491 { register Elf32_Word _t_ = src->n_type;
1545 { register Elf32_Word _t_ = src->n_type;
2889 dst->n_type = (((((((Elf32_Word)(src)[N1_type_L3]<<8)
2931 dst->n_type = (((((((Elf32_Word)(src)[N1_type_M3]<<8)
H A Dxlate64.c1500 { Elf64_Word _t_ = src->n_type;
1554 { Elf64_Word _t_ = src->n_type;
3252 dst->n_type = (((((((Elf64_Word)(src)[N1_type_L3]<<8)
3295 dst->n_type = (((((((Elf64_Word)(src)[N1_type_M3]<<8)
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c950 if (sym[i].n_type & N_STAB) continue;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp4689 if (sym[i].n_type & N_STAB) {

Completed in 219 milliseconds

123