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

/external/elfutils/libelf/
H A Dnlist.h60 unsigned short int n_type; /* Type of symbol. */ member in struct:nlist
H A Delf.h1004 Elf32_Word n_type; /* Type of the note. */ member in struct:__anon18477
1011 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon18478
/external/kernel-headers/original/linux/
H A Da.out.h164 unsigned char n_type;
163 unsigned char n_type; member in struct:nlist
/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.cpp564 uint8_t n_type = Entry.Type; local
569 if (n_type & MachO::NlistMaskStab) {
574 switch (n_type & MachO::NlistMaskType) {
/external/libnl-headers/
H A Dnetlink-types.h197 uint8_t n_type; member in struct:rtnl_neigh
/external/llvm/include/llvm/Support/
H A DMachO.h227 // Constant masks for the "n_type" field in llvm::MachO::nlist and
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/qemu/
H A Delf.h1187 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
1194 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:__anon28849
897 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon28850
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:__anon28860

Completed in 316 milliseconds