Home
last modified time | relevance | path

Searched refs:n_desc (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h979 uint16_t n_desc; member
986 int16_t n_desc; member
994 uint16_t n_desc; member
1242 sys::swapByteOrder(S.n_desc); in swapStruct()
1247 sys::swapByteOrder(sym.n_desc); in swapStruct()
1253 sys::swapByteOrder(sym.n_desc); in swapStruct()
1289 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL() argument
1290 return (((n_desc) >> 8u) & 0xffu); in GET_LIBRARY_ORDINAL()
1293 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL() argument
1294 n_desc = (((n_desc) & 0x00ff) | (((ordinal) & 0xff) << 8)); in SET_LIBRARY_ORDINAL()
[all …]
/NextBSD/sys/sys/
HDnlist_aout.h62 short n_desc; /* used by stab entries */ member
66 #define n_hash n_desc /* used internally by ld(1); XXX */
HDlink_aout.h96 #define nz_desc nlist.n_desc
/NextBSD/lib/libc/gen/
HDnlist.c171 p->n_desc = 0; in __aout_fdnlist()
188 p->n_desc = symtab->n_desc; in __aout_fdnlist()
321 p->n_desc = 0; in __elf_fdnlist()
/NextBSD/contrib/gdb/include/
HDbout.h117 short n_desc; member
/NextBSD/contrib/llvm/tools/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c297 nlist.n_desc = nlist_32.n_desc; in scan_macho_load_commands()
326 nlist.n_desc = nlist_32.n_desc; in scan_macho_load_commands()
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp210 STE.n_sect, STE.n_desc, STE.n_value, in DumpSymtabCommand()
215 STE.n_sect, STE.n_desc, STE.n_value, in DumpSymtabCommand()
/NextBSD/contrib/binutils/gas/config/
HDaout_gnu.h232 short n_desc; member
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp243 NDesc = STE_64.n_desc; in darwinPrintSymbol()
253 NDesc = STE.n_desc; in darwinPrintSymbol()
465 NDesc = STE_64.n_desc; in darwinPrintStab()
470 NDesc = STE.n_desc; in darwinPrintStab()
/NextBSD/contrib/binutils/include/aout/
HDaout64.h274 unsigned short n_desc; /* Description field. */ member
HDstab.def25 e.g. "foo.c", without any path information. The symbol's n_desc gives
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDctftools.h104 int16_t n_desc; member
HDstabs.c291 fstr, stab->n_type, 0, stab->n_desc, in stabs_read()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp306 Symbol.Flags = Entry.n_desc; in getSymbol()
314 Symbol.Flags = Entry.n_desc; in getSymbol()
/NextBSD/sys/mips/rmi/dev/nlge/
HDif_nlge.c177 uint32_t n_desc);
1040 nlna_submit_rx_free_desc(struct nlna_softc *sc, uint32_t n_desc) in nlna_submit_rx_free_desc() argument
1047 if (n_desc > 1) { in nlna_submit_rx_free_desc()
1048 PDEBUG("Sending %d free-in descriptors to station=%d\n", n_desc, in nlna_submit_rx_free_desc()
1056 for (i = 0; i < n_desc; i++) { in nlna_submit_rx_free_desc()
/NextBSD/lib/libkvm/
HDkvm.c788 nl[i].n_desc = 0; in kvm_nlist()
/NextBSD/contrib/gdb/gdb/
HDdbxread.c854 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
2572 process_one_symbol (type, nlist.n_desc, nlist.n_value, in read_ofile_symtab()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp383 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc); in getSymbolAlignment()
413 uint16_t MachOFlags = Entry.n_desc; in getSymbolFlags()
/NextBSD/contrib/gdb/gdb/doc/
HDstabs.texinfo2227 unsigned short n_desc; /* description field */
2380 Symnum n_type n_othr n_desc n_value n_strx String
2387 Symnum n_type n_othr n_desc n_value n_strx String
3932 the @code{n_desc} field.
3934 @item n_desc
3955 concatenated by the linker. GDB then uses the @code{n_desc} fields to
HDgdbint.texinfo4021 nonzero. @var{desc} is the value of @code{n_desc} from the
/NextBSD/contrib/binutils/gas/
HDChangeLog-92951979 char to unsigned char and n_desc from short to int; insert explicit
9352 n_other, n_desc and n_value fields.