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

1 2 3 4 5 6 7 8

  /external/elfutils/libelf/
nlist.h 39 unsigned short int n_type; /* Type of symbol. */ member in struct:nlist
nlist.c 191 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
201 nl->n_type = 0;
238 nl->n_type = 0;
  /prebuilts/gdb/darwin-x86/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/gdb/linux-x86/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 11 short n_type; member in struct:_node
32 #define TYPE(n) ((n)->n_type)
  /external/elfutils/tests/
test-nlist.c 63 "nl[%d].n_type = %u\n"
69 cnt, nl[cnt].n_type,
74 && nl[cnt].n_type == 0 && nl[cnt].n_sclass == 0
77 || nl[cnt].n_type != 0 || nl[cnt].n_sclass != 0
  /external/google-breakpad/src/common/android/include/
elf.h 66 Elf32_Word n_type; member in struct:__anon12209
72 Elf64_Word n_type; member in struct:__anon12210
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 67 unsigned char n_type; member in struct:__anon12246::slist
253 while (cur_list < list_end && cur_list->n_type == N_PSYM) {
268 while (cur_list < list_end && cur_list->n_type != N_SLINE) {
270 if (cur_list->n_type == N_FUN || cur_list->n_type == N_SO ||
271 cur_list->n_type == N_ENDM) {
277 while (cur_list < list_end && cur_list->n_type == N_SLINE) {
284 if (cur_list == list_end && cur_list->n_type == N_ENDM)
297 assert(cur_list->n_type == N_SO);
303 while (cur_list < list_end && cur_list->n_type != N_FUN)
    [all...]
  /external/elfutils/libebl/
eblcorenote.c 57 switch (nhdr->n_type)
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 929 s->n_type = BFD_MACH_O_N_SECT;
938 s->n_type = BFD_MACH_O_N_UNDF | BFD_MACH_O_N_EXT;
1038 if (s->n_type & (BFD_MACH_O_N_PEXT | BFD_MACH_O_N_EXT))
1041 (s->n_type & BFD_MACH_O_N_PEXT) ? "private extern"
1048 s->n_type &= ~BFD_MACH_O_N_EXT;
1054 s->n_type |= BFD_MACH_O_N_PEXT ;
1061 s->n_type |= BFD_MACH_O_N_EXT;
    [all...]
  /toolchain/binutils/binutils-2.25/include/
bout.h 116 unsigned char n_type; /* See below */ member in struct:nlist
123 /* Legal values of n_type. */
132 #define N_TYPE 036 /* Mask for all the type bits */
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 168 unsigned char n_type[1]; member in struct:mach_o_nlist_external
178 unsigned char n_type[1]; member in struct:mach_o_nlist_64_external
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 184 q->n_type = 0;
360 if (q->n_un.n_strx == 0 || q->n_type & N_STAB)
386 p->n_type = q->n_type;
  /external/libnl/lib/route/
neigh.c 210 diff |= NEIGH_DIFF(TYPE, a->n_type != b->n_type);
277 neigh->n_type = nm->ndm_type;
376 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)),
420 nl_rtntype2str(neigh->n_type, buf, sizeof(buf)));
826 neigh->n_type = type;
833 return neigh->n_type;
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 434 if (sym.n_type != T_NULL)
443 && (*sym_hash)->type != sym.n_type
444 && !(DTYPE ((*sym_hash)->type) == DTYPE (sym.n_type)
446 || BTYPE (sym.n_type) == T_NULL)))
449 abfd, name, (*sym_hash)->type, sym.n_type);
454 if (BTYPE (sym.n_type) != T_NULL
456 (*sym_hash)->type = sym.n_type;
476 bfd_coff_swap_aux_in (abfd, eaux, sym.n_type,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rdcoff.c 458 syment.n_type, psubaux, TRUE, dhandle);
760 if (syment.n_type == T_NULL)
765 if (ISFCN (syment.n_type))
769 fntype = syment.n_type;
778 syment.n_type, paux, TRUE, dhandle);
870 syment.n_type, paux, TRUE, dhandle);
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 48 if (nhdr.n_type == NT_GNU_BUILD_ID
  /system/core/debuggerd/
elf_utils.cpp 63 if (nhdr.n_type == NT_GNU_BUILD_ID) {
  /development/ndk/platforms/android-3/include/linux/
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /external/elfutils/backends/
linux-core-note.c 231 if (nhdr->n_type != 0
244 switch (nhdr->n_type)
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin.hpp 138 typedef schar n_type; typedef in struct:cv::V_TypeTraits
172 typedef short n_type; typedef in struct:cv::V_TypeTraits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elf.h 368 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
375 Elf64_Word n_type; /* Content type */ member in struct:elf64_note
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note

Completed in 1192 milliseconds

1 2 3 4 5 6 7 8