HomeSort by relevance Sort by last modified time
    Searched refs:n_type (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/llvm/include/llvm/Support/
MachO.h 227 // Constant masks for the "n_type" field in llvm::MachO::nlist and
231 NlistMaskType = 0x0e, // N_TYPE
234 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
250 // Constant values for the "n_type" field in llvm::MachO::nlist and
251 // llvm::MachO::nlist_64 when "(n_type & NlistMaskStab) != 0"
642 uint8_t n_type; member in struct:llvm::MachO::nlist
650 uint8_t n_type; member in struct:llvm::MachO::nlist_64
  /external/elfutils/libdwfl/
core-file.c 439 if (nhdr.n_type == NT_AUXV
dwfl_segment_report_module.c 320 if (nh->n_type == NT_GNU_BUILD_ID
linux-kernel-modules.c 465 && nhdr->n_type == NT_GNU_BUILD_ID
  /external/libnl-headers/
netlink-types.h 197 uint8_t n_type; member in struct:rtnl_neigh
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c     [all...]
  /external/qemu/
elf.h 1187 Elf32_Word n_type; \/* Content type *\/ member in struct:elf32_note
1194 Elf64_Word n_type; \/* Content type *\/ member in struct:elf64_note
    [all...]
  /external/elfutils/libelf/
abstract.h 187 TYPE_NAME (ElfW2(Bits, Ext##Word), n_type) \
elf.h 1004 Elf32_Word n_type; \/* Type of the note. *\/ member in struct:__anon7942
1011 Elf64_Word n_type; \/* Type of the note. *\/ member in struct:__anon7943
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 987 Elf32_Word n_type; \/* Type of the note. *\/ member in struct:__anon26243
994 Elf64_Word n_type; \/* Type of the note. *\/ member in struct:__anon26244
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 987 Elf32_Word n_type; \/* Type of the note. *\/ member in struct:__anon27833
994 Elf64_Word n_type; \/* Type of the note. *\/ member in struct:__anon27834
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 987 Elf32_Word n_type; \/* Type of the note. *\/ member in struct:__anon29348
994 Elf64_Word n_type; \/* Type of the note. *\/ member in struct:__anon29349
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
readelf.c     [all...]
ldgeneric.c     [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 166 n->note.n_type = type;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 335 if ((nl->n_type & N_TYPE) == N_SECT) {
337 /*} else if ((nl->n_type & N_TYPE) == N_ABS) {
    [all...]
readelf.c     [all...]
  /external/linux-tools-perf/util/
symbol.c 1380 if (nhdr->n_type == NT_GNU_BUILD_ID &&
    [all...]
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 742 n_type t2 = n;
    [all...]
  /external/valgrind/main/perf/
tinycc.c 890 Elf32_Word n_type; /* Type of the note. */ member in struct:__anon17458
897 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon17459
18377 unsigned char n_type; \/* type of symbol *\/ member in struct:__anon17469
    [all...]

Completed in 1743 milliseconds

1 2 3 45