Searched defs:n_type (Results 1 - 8 of 8) 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:__anon5978
1011 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon5979
/external/kernel-headers/original/linux/
H A Da.out.h164 unsigned char n_type;
163 unsigned char n_type; member in struct:nlist
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp344 uint8_t n_type; local
348 n_type = Entry->Type;
352 n_type = Entry->Type;
357 if (n_type & MachO::NlistMaskStab) {
362 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/valgrind/main/perf/
H A Dtinycc.c890 Elf32_Word n_type; /* Type of the note. */ member in struct:__anon15505
897 Elf64_Word n_type; /* Type of the note. */ member in struct:__anon15506
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:__anon15516

Completed in 343 milliseconds