Searched refs:n_desc (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Ddoor_kill.c17 door_desc_t *dp, uint_t n_desc)
16 server_procedure(void *cookie, char *argp, size_t arg_size, door_desc_t *dp, uint_t n_desc) argument
H A Ddoor_data.c31 door_desc_t *dp, uint_t n_desc)
30 server_procedure(void *cookie, char *argp, size_t arg_size, door_desc_t *dp, uint_t n_desc) argument
/external/llvm/include/llvm/Support/
H A DMachO.h365 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
975 uint16_t n_desc; member in struct:llvm::MachO::nlist_base
982 int16_t n_desc; member in struct:llvm::MachO::nlist
990 uint16_t n_desc; member in struct:llvm::MachO::nlist_64
1237 sys::swapByteOrder(S.n_desc);
1242 sys::swapByteOrder(sym.n_desc);
1248 sys::swapByteOrder(sym.n_desc);
1284 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { argument
1285 return (((n_desc) >> 8u) & 0xffu);
1288 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_ argument
1292 GET_COMM_ALIGN(uint16_t n_desc) argument
1296 SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) argument
[all...]
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc186 q->n_desc = 0;
387 p->n_desc = q->n_desc;
/external/kernel-headers/original/uapi/linux/
H A Da.out.h172 short n_desc;
171 short n_desc; member in struct:nlist
/external/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp78 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
92 dumpSymTabEntry(OS, Index, STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc,
205 OS << "Index n_strx n_type n_sect n_desc n_value\n";
256 // n_desc
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc69 short n_desc; member in struct:__anon6295::slist
279 // n_desc is a signed short
280 line.line_num = (unsigned short)cur_list->n_desc;
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp285 NDesc = STE_64.n_desc;
295 NDesc = STE.n_desc;
507 // darwinPrintStab() prints the n_sect, n_desc along with a symbolic name of
520 NDesc = STE_64.n_desc;
525 NDesc = STE.n_desc;
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp804 // For ARM we have a bit in the n_desc field of the symbol
862 // For ARM we have a bit in the n_desc field of the symbol
2005 nlist.n_desc = dsc_local_symbols_data.GetU16_unchecked (&nlist_data_offset);
2624 sym[pos->second].SetFlags (nlist.n_type << 16 | nlist.n_desc);
2644 sym[pos->second].SetFlags (nlist.n_type << 16 | nlist.n_desc);
2663 sym[GSYM_sym_idx].SetFlags (nlist.n_type << 16 | nlist.n_desc);
2675 sym[sym_idx].SetFlags (nlist.n_type << 16 | nlist.n_desc);
2733 nlist.n_desc = nlist_data.GetU16_unchecked (&nlist_data_offset);
3366 sym[pos->second].SetFlags (nlist.n_type << 16 | nlist.n_desc);
3386 sym[pos->second].SetFlags (nlist.n_type << 16 | nlist.n_desc);
[all...]
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp373 Symbol.Flags = Entry.n_desc;
381 Symbol.Flags = Entry.n_desc;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp383 return 1 << MachO::GET_COMM_ALIGN(Entry.n_desc);
416 uint16_t MachOFlags = Entry.n_desc;
/external/valgrind/perf/
H A Dtinycc.c18381 unsigned short n_desc; /* description field */
18398 sym->n_desc = desc;
20521 last_line_num = sym->n_desc;
18379 unsigned short n_desc; /* description field */ member in struct:__anon19675

Completed in 2247 milliseconds