Searched defs:nlist (Results 1 - 8 of 8) 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/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp430 MachOYAML::NListEntry constructNameList(const nlist_t &nlist) { argument
432 NL.n_strx = nlist.n_strx;
433 NL.n_type = nlist.n_type;
434 NL.n_sect = nlist.n_sect;
435 NL.n_desc = nlist.n_desc;
436 NL.n_value = nlist.n_value;
448 : constructNameList<MachO::nlist>(
449 *reinterpret_cast<const MachO::nlist *>(
/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.c2177 struct wpa_ssid *prev, **nlist; local
2194 nlist = os_realloc_array(config->pssid, config->num_prio + 1,
2196 if (nlist == NULL)
2200 if (nlist[prio]->priority < ssid->priority) {
2201 os_memmove(&nlist[prio + 1], &nlist[prio],
2208 nlist[prio] = ssid;
2210 config->pssid = nlist;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h223 // Constant masks for the "n_type" field in llvm::MachO::nlist and
230 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
238 // Constant masks for the "n_sect" field in llvm::MachO::nlist and
243 // Constant values for the "n_type" field in llvm::MachO::nlist and
633 struct nlist { struct in namespace:llvm::MachO
649 // Get/Set functions from <mach-o/nlist.h>
/external/llvm/include/llvm/Support/
H A DMachO.h297 // Constant masks for the "n_type" field in llvm::MachO::nlist and
306 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
316 // Constants for the "n_sect" field in llvm::MachO::nlist and
323 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
350 // Constant values for the "n_type" field in llvm::MachO::nlist and
937 // Structs from <mach-o/nlist.h>
945 struct nlist { struct
1229 inline void swapStruct(nlist &sym) {
1323 // Get/Set functions from <mach-o/nlist.h>
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h297 // Constant masks for the "n_type" field in llvm::MachO::nlist and
306 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
316 // Constants for the "n_sect" field in llvm::MachO::nlist and
323 // Constant masks for the "n_desc" field in llvm::MachO::nlist and
350 // Constant values for the "n_type" field in llvm::MachO::nlist and
945 // Structs from <mach-o/nlist.h>
953 struct nlist { struct
1237 inline void swapStruct(nlist &sym) {
1338 // Get/Set functions from <mach-o/nlist.h>

Completed in 471 milliseconds