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

1 2 3 4

  /external/elfutils/tests/
test-nlist.c 59 "nl[%d].n_type = %u\n"
65 cnt, nl[cnt].n_type,
70 && nl[cnt].n_type == 0 && nl[cnt].n_sclass == 0
73 || nl[cnt].n_type != 0 || nl[cnt].n_sclass != 0
  /bionic/libc/kernel/common/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /development/ndk/platforms/android-3/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
a.out.h 150 unsigned char n_type; member in struct:nlist
179 #ifndef N_TYPE
180 #define N_TYPE 036
elf.h 338 Elf32_Word n_type; member in struct:elf32_note
344 Elf64_Word n_type; member in struct:elf64_note
  /external/elfutils/libelf/
nlist.h 27 unsigned short int n_type; /* Type of symbol. */ member in struct:nlist
nlist.c 175 nl->n_type = GELF_ST_TYPE (found->sym.st_info);
185 nl->n_type = 0;
215 nl->n_type = 0;
  /external/kernel-headers/original/linux/
a.out.h 164 unsigned char n_type;
193 #if !defined (N_TYPE)
194 #define N_TYPE 036
163 unsigned char n_type; member in struct:nlist
elf.h 345 Elf32_Word n_type; /* Content type */ member in struct:elf32_note
352 Elf64_Word n_type; /* Content type */ member in struct:elf64_note
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/linux/
a.out.h 173 unsigned char n_type;
202 #if !defined (N_TYPE)
203 #define N_TYPE 036
172 unsigned char n_type; member in struct:nlist
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
a.out.h 164 unsigned char n_type;
193 #if !defined (N_TYPE)
194 #define N_TYPE 036
163 unsigned char n_type; member in struct:nlist
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/linux/
a.out.h 173 unsigned char n_type;
202 #if !defined (N_TYPE)
203 #define N_TYPE 036
172 unsigned char n_type; member in struct:nlist
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 98 unsigned char n_type; member in struct:nlist
112 #define N_TYPE 036

Completed in 1260 milliseconds

1 2 3 4