Searched defs:n_type (Results 1 - 15 of 15) sorted by relevance

/external/elfutils/0.153/libelf/
H A Dnlist.h60 unsigned short int n_type; /* Type of symbol. */ member in struct:nlist
H A Delf.h1014 Elf32_Word n_type; /* Type of the note. */ member in struct:__anon21248
1021 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon21249
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c34 u32 n_type; member in struct:__anon25205
47 nhdr->n_type = bswap_32(nhdr->n_type);
56 if (nhdr->n_type == NT_GNU_BUILD_ID &&
/external/kernel-headers/original/uapi/linux/
H A Da.out.h170 unsigned char n_type;
169 unsigned char n_type; member in struct:nlist
H A Delf.h407 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
414 Elf64_Word n_type; /* Content type */ member in struct:elf64_note
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp379 elf::elf_word n_type; member in struct:ELFNote
383 ELFNote() : n_namesz(0), n_descsz(0), n_type(0)
515 if ((note.n_type == NT_PRSTATUS && have_prstatus) ||
516 (note.n_type == NT_PRPSINFO && have_prpsinfo))
534 switch (note.n_type)
559 switch (note.n_type)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c848 unsigned int n_type = 0, n_sect = 0, n_desc = 0; local
875 n_type = N_SECT;
902 n_type = N_ABS;
907 n_type = N_EXT;
912 n_type = N_UNDF | N_EXT;
943 n_type |= N_EXT | data.flag;
948 YASM_WRITE_8(localbuf, n_type); /* type of symbol entry */
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp36 uint8_t n_type; member in struct:llvm::object::nlist_base
492 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
497 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
511 if ((Entry.n_type & MachO::N_TYPE) == MachO::N_UNDF &&
518 if ((Entry.n_type & MachO::N_TYPE) == MachO::N_UNDF &&
591 uint8_t n_type = Entry.n_type; local
596 if (n_type & MachO::N_STAB) {
601 switch (n_type & MachO::N_TYPE) {
615 uint8_t MachOType = Entry.n_type;
[all...]
/external/chromium_org/third_party/libvpx/include/
H A Delf.h436 Elf32_Word n_type; member in struct:elf32_note
442 Elf64_Word n_type; member in struct:elf64_note
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2003 nlist.n_type = dsc_local_symbols_data.GetU8_unchecked (&nlist_data_offset);
2031 bool is_debug = ((nlist.n_type & NlistMaskStab) != 0);
2041 switch (nlist.n_type)
2386 //uint8_t n_pext = NlistMaskPrivateExternal & nlist.n_type;
2387 uint8_t n_type = NlistMaskType & nlist.n_type; local
2388 sym[sym_idx].SetExternal((NlistMaskExternal & nlist.n_type) != 0);
2390 switch (n_type)
2624 sym[pos->second].SetFlags (nlist.n_type << 16 | nlist.n_desc);
2644 sym[pos->second].SetFlags (nlist.n_type << 1
[all...]
/external/libnl/include/
H A Dnetlink-types.h194 uint8_t n_type; member in struct:rtnl_neigh
/external/llvm/include/llvm/Support/
H A DMachO.h335 // Constant masks for the "n_type" field in llvm::MachO::nlist and
344 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
388 // Constant values for the "n_type" field in llvm::MachO::nlist and
389 // llvm::MachO::nlist_64 when "(n_type & NlistMaskStab) != 0"
962 uint8_t n_type; member in struct:llvm::MachO::nlist
970 uint8_t n_type; member in struct:llvm::MachO::nlist_64
/external/qemu/include/
H A Delf.h1444 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
1451 Elf64_Word n_type; /* Content type */ member in struct:elf64_note
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c3798 int n_type; local
3809 for (n_type = 0;n_type < gen_nb_int;n_type++) {
3817 type = gen_int(n_type, 3);
3827 des_int(n_type, type, 3);
3839 printf(" %d", n_type);
3993 int n_type; local
3999 for (n_type = 0;n_type < gen_nb_in
4166 int n_type; local
5602 int n_type; local
5906 int n_type; local
9112 int n_type; local
9179 int n_type; local
9639 int n_type; local
11864 int n_type; local
24605 int n_type; local
24689 int n_type; local
25548 int n_type; local
25593 int n_type; local
26145 int n_type; local
34897 int n_type; local
34930 int n_type; local
35171 int n_type; local
35262 int n_type; local
35317 int n_type; local
35496 int n_type; local
35682 int n_type; local
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c890 Elf32_Word n_type; /* Type of the note. */ member in struct:__anon33309
897 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon33310
18379 unsigned char n_type; /* type of symbol */
18396 sym->n_type = type;
20490 switch(sym->n_type) {
18377 unsigned char n_type; /* type of symbol */ member in struct:__anon33320

Completed in 2152 milliseconds