Searched refs:n_desc (Results 51 - 65 of 65) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp435 ListEntry.n_desc = NLE.n_desc;
H A DMachOYAML.cpp199 IO.mapRequired("n_desc", NListEntry.n_desc);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp564 NL.n_desc = nlist.n_desc;
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp397 Symbol.Flags = Entry.n_desc;
405 Symbol.Flags = Entry.n_desc;
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c257 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist
268 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist_64
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dmacho.c257 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist
268 uint16_t n_desc; /* Stabs description field */ member in struct:macho_nlist_64
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp429 NDesc = STE_64.n_desc;
447 NDesc = STE.n_desc;
689 // darwinPrintStab() prints the n_sect, n_desc along with a symbolic name of
702 NDesc = STE_64.n_desc;
707 NDesc = STE.n_desc;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.c566 os->n_desc = is->n_desc;
1112 asym->n_type, name, asym->n_sect, asym->n_desc);
2030 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2044 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc);
2520 s->n_desc |= BFD_MACH_O_N_WEAK_REF;
3763 desc = bfd_h_get_16 (abfd, raw.n_desc);
3786 s->n_desc
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddbxread.c829 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2242 process_one_symbol (type, nlist.n_desc, nlist.n_value,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddbxread.c827 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2296 process_one_symbol (type, nlist.n_desc, nlist.n_value,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1703 NDesc = STE_64.n_desc;
1710 NDesc = STE.n_desc;
1813 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc);
1852 uint16_t MachOFlags = Entry.n_desc;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c11895 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c12203 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darm-dis.c12188 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c12838 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF);

Completed in 417 milliseconds

123