HomeSort by relevance Sort by last modified time
    Searched refs:n_type (Results 151 - 175 of 192) sorted by null

1 2 3 4 5 67 8

  /external/libxml2/
testapi.c 3794 int n_type; local
3989 int n_type; local
4162 int n_type; local
5598 int n_type; local
5902 int n_type; local
9156 int n_type; local
9223 int n_type; local
9690 int n_type; local
11860 int n_type; local
24801 int n_type; local
24885 int n_type; local
25744 int n_type; local
25789 int n_type; local
26341 int n_type; local
35239 int n_type; local
35272 int n_type; local
35513 int n_type; local
35604 int n_type; local
35659 int n_type; local
35838 int n_type; local
36024 int n_type; local
    [all...]
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 78 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";
217 // n_type...
227 switch (Type & MachO::N_TYPE) {
  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 342 isym.n_type = T_NULL;
504 bfd_coff_swap_aux_in (input_bfd, esyms, sym->n_type,
coffswap.h 327 in->n_type = H_GET_16 (abfd, ext->e_type);
329 in->n_type = H_GET_32 (abfd, ext->e_type);
365 H_PUT_16 (abfd, in->n_type, ext->e_type);
367 H_PUT_32 (abfd, in->n_type, ext->e_type);
coffgen.c 996 int type = native->u.syment.n_type;
1098 native->u.syment.n_type = T_NULL;
    [all...]
mach-o.h 49 unsigned char n_type; member in struct:bfd_mach_o_asymbol
coff64-rs6000.c 325 in->n_type = H_GET_16 (abfd, ext->e_type);
339 H_PUT_16 (abfd, in->n_type, ext->e_type);
    [all...]
xcofflink.c     [all...]
coffcode.h     [all...]
coff-rs6000.c 453 in->n_type = H_GET_16 (abfd, ext->e_type);
476 H_PUT_16 (abfd, in->n_type, ext->e_type);
    [all...]
  /external/google-breakpad/src/common/linux/
synth_elf.cc 250 note_header.n_type = type;
  /toolchain/binutils/binutils-2.25/gas/config/
aout_gnu.h 231 unsigned char n_type;
249 #define N_TYPE 036
230 unsigned char n_type; member in struct:nlist
  /toolchain/binutils/binutils-2.25/include/aout/
aout64.h 271 unsigned char n_type; /* Type of symbol. */
277 /* The n_type field is the symbol type, containing: */
291 #define N_TYPE 0x1e
269 unsigned char n_type; \/* Type of symbol. *\/ member in struct:internal_nlist
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 760 nhdr.n_type = NT_PRSTATUS;
769 nhdr.n_type = NT_FPREGSET;
779 nhdr.n_type = NT_PRXFPREG;
    [all...]
  /external/elfutils/libdwfl/
core-file.c 512 if (nhdr.n_type == NT_AUXV)
517 if (nhdr.n_type == NT_FILE)
linux-kernel-modules.c 547 && nhdr->n_type == NT_GNU_BUILD_ID
  /external/elfutils/src/
elfcmp.c 451 if (note1.n_type != note2.n_type)
462 if (note1.n_type == NT_GNU_BUILD_ID
  /external/llvm/lib/Object/
MachOObjectFile.cpp 361 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
394 uint8_t n_type = Entry.n_type; local
397 if (n_type & MachO::N_STAB)
400 switch (n_type & MachO::N_TYPE) {
415 uint8_t MachOType = Entry.n_type;
420 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
428 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF)
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 339 // Constant masks for the "n_type" field in llvm::MachO::nlist and
343 N_TYPE = 0x0e,
348 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
392 // Constant values for the "n_type" field in llvm::MachO::nlist and
393 // llvm::MachO::nlist_64 when "(n_type & N_STAB) != 0"
973 uint8_t n_type; member in struct:llvm::MachO::nlist_base
980 uint8_t n_type; member in struct:llvm::MachO::nlist
988 uint8_t n_type; member in struct:llvm::MachO::nlist_64
    [all...]
  /external/libnl/include/
netlink-types.h 194 uint8_t n_type; member in struct:rtnl_neigh
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 488 unsigned short n_type; /* type and derived type */ member in struct:internal_syment
526 /* Derived types, in n_type. */
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 371 Symbol.Type = Entry.n_type;
379 Symbol.Type = Entry.n_type;
629 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE),
  /external/opencv3/modules/core/misc/java/src/java/
core+Mat.java 878 int retVal = n_type(nativeObj);
1282 private static native int n_type(long nativeObj); method in class:Mat
    [all...]
  /external/elfutils/libelf/
abstract.h 166 TYPE_NAME (ElfW2(Bits, Ext##Word), n_type) \
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 312 int type = sym->n_type;

Completed in 1300 milliseconds

1 2 3 4 5 67 8