/external/elfutils/tests/ |
test-nlist.c | 35 [0] = { .n_name = "var" }, 36 [1] = { .n_name = "bss" }, 37 [2] = { .n_name = "main" }, 38 [3] = { .n_name = "foo" }, 39 [4] = { .n_name = "not-there" }, 40 [5] = { .n_name = NULL }, 52 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt) 56 printf ("nl[%d].n_name = \"%s\"\n" 62 cnt, nl[cnt].n_name,
|
/external/elfutils/libelf/ |
nlist.c | 161 while (nl->n_name != NULL && nl->n_name[0] != '\0') 167 search.str = nl->n_name; 168 found = nlist_fshash_find (table, nl->n_name, 0, &search); 211 while (nl->n_name != NULL && nl->n_name[0] != '\0')
|
nlist.h | 24 char *n_name; /* Symbol name. */ member in struct:nlist
|
/bionic/libc/kernel/common/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon159
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon9120
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon9474
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon9828
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon10236
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon10610
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
a.out.h | 146 char *n_name; member in union:nlist::__anon11023
|
/bionic/libc/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/external/kernel-headers/original/linux/ |
a.out.h | 160 char *n_name; 159 char *n_name; member in union:nlist::__anon2883
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
netdb.h | 94 char *n_name; /* official name of net */ member in struct:netent
|
/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 | 169 char *n_name; 168 char *n_name; member in union:nlist::__anon12850
|
/external/quake/quake/src/WinQuake/ |
mpdosock.h | 161 char FAR * n_name; /* official name of net */
member in struct:netent
|
/external/iptables/ |
iptables.c | 940 return (char *) net->n_name; [all...] |
/external/libpcap/ |
pcap-dlpi.c | [all...] |