Searched defs:nlist (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libelf/
H A Dnlist.h1 /* Interface for nlist.
34 struct nlist struct
50 extern int nlist (__const char *__filename, struct nlist *__nl);
56 #endif /* nlist.h */
H A Dnlist.c37 #include <nlist.h>
60 nlist (const char *filename, struct nlist *nl) function
81 /* For compatibility reasons (`nlist' existed before ELF and libelf)
/external/kernel-headers/original/uapi/linux/
H A Da.out.h164 struct nlist {
167 struct nlist *n_next;
163 struct nlist { struct
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c2088 struct wpa_ssid *prev, **nlist; local
2105 nlist = os_realloc_array(config->pssid, config->num_prio + 1,
2107 if (nlist == NULL)
2111 if (nlist[prio]->priority < ssid->priority) {
2112 os_memmove(&nlist[prio + 1], &nlist[prio],
2119 nlist[prio] = ssid;
2121 config->pssid = nlist;
/external/llvm/include/llvm/Support/
H A DMachO.h339 // Constant masks for the "n_type" field in llvm::MachO::nlist and
348 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
358 // Constants for the "n_sect" field in llvm::MachO::nlist and
365 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
392 // Constant values for the "n_type" field in llvm::MachO::nlist and
970 // Structs from <mach-o/nlist.h>
978 struct nlist { struct
1240 inline void swapStruct(nlist &sym) {
1282 // Get/Set functions from <mach-o/nlist.h>

Completed in 1044 milliseconds