Searched refs:map (Results 476 - 500 of 4005) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_route.h116 /* BGP redistribute route-map. */
120 struct route_map *map; member in struct:bgp_static::__anon5714
153 #define ROUTE_MAP_IN_NAME(F) ((F)->map[RMAP_IN].name)
154 #define ROUTE_MAP_IN(F) ((F)->map[RMAP_IN].map)
155 #define ROUTE_MAP_OUT_NAME(F) ((F)->map[RMAP_OUT].name)
156 #define ROUTE_MAP_OUT(F) ((F)->map[RMAP_OUT].map)
158 #define ROUTE_MAP_IMPORT_NAME(F) ((F)->map[RMAP_IMPORT].name)
159 #define ROUTE_MAP_IMPORT(F) ((F)->map[RMAP_IMPOR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Dintel_vr_nor.c4 * An MTD map driver for a NOR flash bank on the Expansion Bus of the Intel
12 * This map driver only supports NOR flash on chip select 0. The buswidth
36 #include <linux/mtd/map.h>
45 struct map_info map; member in struct:vr_nor_mtd
110 p->info = do_map_probe(*type, &p->map);
129 iounmap(p->map.virt);
136 * Initialize the map_info structure and map the flash.
172 p->map.name = DRV_NAME;
173 p->map.bankwidth = (exp_timing_cs0 & TIMING_BYTE_EN) ? 1 : 2;
174 p->map
[all...]
H A Doctagon-5066.c9 multiplexing unit is located at IO 0x208 with a bit map of
31 #include <linux/mtd/map.h>
48 static void __oct5066_page(struct map_info *map, __u8 byte) argument
54 static inline void oct5066_page(struct map_info *map, unsigned long ofs) argument
56 __u8 byte = map->map_priv_1 | (ofs >> WINDOW_SHIFT);
59 __oct5066_page(map, byte);
63 static map_word oct5066_read8(struct map_info *map, unsigned long ofs) argument
67 oct5066_page(map, ofs);
73 static void oct5066_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
81 oct5066_page(map, fro
90 oct5066_write8(struct map_info *map, map_word d, unsigned long adr) argument
98 oct5066_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Dintel_vr_nor.c4 * An MTD map driver for a NOR flash bank on the Expansion Bus of the Intel
12 * This map driver only supports NOR flash on chip select 0. The buswidth
36 #include <linux/mtd/map.h>
45 struct map_info map; member in struct:vr_nor_mtd
110 p->info = do_map_probe(*type, &p->map);
129 iounmap(p->map.virt);
136 * Initialize the map_info structure and map the flash.
172 p->map.name = DRV_NAME;
173 p->map.bankwidth = (exp_timing_cs0 & TIMING_BYTE_EN) ? 1 : 2;
174 p->map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java96 private StoredMap map; field in class:CollectionTest
97 private StoredMap imap; // insertable map (primary store for indexed map)
98 private StoredSortedMap smap; // sorted map (null or equal to map)
326 map = null;
363 void testMapCreation(ConcurrentMap map) { argument
364 assertTrue(map.values() instanceof Set);
366 map.keySet() instanceof SortedSet);
368 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_route.h116 /* BGP redistribute route-map. */
120 struct route_map *map; member in struct:bgp_static::__anon6619
153 #define ROUTE_MAP_IN_NAME(F) ((F)->map[RMAP_IN].name)
154 #define ROUTE_MAP_IN(F) ((F)->map[RMAP_IN].map)
155 #define ROUTE_MAP_OUT_NAME(F) ((F)->map[RMAP_OUT].name)
156 #define ROUTE_MAP_OUT(F) ((F)->map[RMAP_OUT].map)
158 #define ROUTE_MAP_IMPORT_NAME(F) ((F)->map[RMAP_IMPORT].name)
159 #define ROUTE_MAP_IMPORT(F) ((F)->map[RMAP_IMPOR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java96 private StoredMap map; field in class:CollectionTest
97 private StoredMap imap; // insertable map (primary store for indexed map)
98 private StoredSortedMap smap; // sorted map (null or equal to map)
326 map = null;
363 void testMapCreation(ConcurrentMap map) { argument
364 assertTrue(map.values() instanceof Set);
366 map.keySet() instanceof SortedSet);
368 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_route.h116 /* BGP redistribute route-map. */
120 struct route_map *map; member in struct:bgp_static::__anon40644
153 #define ROUTE_MAP_IN_NAME(F) ((F)->map[RMAP_IN].name)
154 #define ROUTE_MAP_IN(F) ((F)->map[RMAP_IN].map)
155 #define ROUTE_MAP_OUT_NAME(F) ((F)->map[RMAP_OUT].name)
156 #define ROUTE_MAP_OUT(F) ((F)->map[RMAP_OUT].map)
158 #define ROUTE_MAP_IMPORT_NAME(F) ((F)->map[RMAP_IMPORT].name)
159 #define ROUTE_MAP_IMPORT(F) ((F)->map[RMAP_IMPOR
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java96 private StoredMap map; field in class:CollectionTest
97 private StoredMap imap; // insertable map (primary store for indexed map)
98 private StoredSortedMap smap; // sorted map (null or equal to map)
326 map = null;
363 void testMapCreation(ConcurrentMap map) { argument
364 assertTrue(map.values() instanceof Set);
366 map.keySet() instanceof SortedSet);
368 map
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dstl_map.h53 * Do not attempt to use it directly. @headername{map}
85 * For a @c map<Key,T> the key_type is Key, the mapped_type is T, and the
90 * The private tree data is declared exactly the same way for map and
96 class map class
117 friend class map<_Key, _Tp, _Compare, _Alloc>;
130 /// This turns a red-black tree into a [multi]map.
160 map() function in class:map
164 * @brief Creates a %map with no elements.
169 map(const _Compare& __comp, function in class:map
175 * @param __x A %map o
180 map(const map& __x) function in class:map
206 map(initializer_list<value_type> __l, function in class:map
224 map(_InputIterator __first, _InputIterator __last) function in class:map
241 map(_InputIterator __first, _InputIterator __last, function in class:map
961 operator ==(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
978 operator <(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
985 operator !=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
992 operator >(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
999 operator <=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
1006 operator >=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/debug/
H A Dmap.h1 // Debugging map implementation -*- C++ -*-
25 /** @file debug/map.h
40 /// Class std::map with safety/checking/debug instrumentation.
43 class map class in namespace:__debug
44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>,
45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> >
47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base;
62 typedef __gnu_debug::_Safe_iterator<_Base_iterator, map>
64 typedef __gnu_debug::_Safe_iterator<_Base_const_iterator, map>
75 explicit map(cons function in class:__debug::map
80 map(_InputIterator __first, _InputIterator __last, function in class:__debug::map
88 map(const map& __x) function in class:__debug::map
91 map(const _Base& __x) function in class:__debug::map
100 map(initializer_list<value_type> __l, function in class:__debug::map
442 operator ==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
449 operator !=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
456 operator <(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
463 operator <=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
470 operator >=(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
477 operator >(const map<_Key, _Tp, _Compare, _Allocator>& __lhs, const map<_Key, _Tp, _Compare, _Allocator>& __rhs) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/groupdb/
H A Dmapping_ldb.c143 static bool add_mapping_entry(GROUP_MAP *map, int flag) argument
154 msg->dn = mapping_dn(msg, &map->sid);
161 sid_to_fstring(string_sid, &map->sid)) != LDB_SUCCESS ||
162 ldb_msg_add_fmt(msg, "gidNumber", "%u", (unsigned)map->gid) != LDB_SUCCESS ||
163 ldb_msg_add_fmt(msg, "sidNameUse", "%u", (unsigned)map->sid_name_use) != LDB_SUCCESS ||
164 ldb_msg_add_string(msg, "comment", map->comment) != LDB_SUCCESS ||
165 ldb_msg_add_string(msg, "ntName", map->nt_name) != LDB_SUCCESS) {
192 static bool msg_to_group_map(struct ldb_message *msg, GROUP_MAP *map) argument
196 map->gid = ldb_msg_find_attr_as_int(msg, "gidNumber", -1);
197 map
215 get_group_map_from_sid(DOM_SID sid, GROUP_MAP *map) argument
245 get_group_map_from_gid(gid_t gid, GROUP_MAP *map) argument
271 get_group_map_from_ntname(const char *name, GROUP_MAP *map) argument
430 GROUP_MAP map; local
551 GROUP_MAP map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/groupdb/
H A Dmapping_ldb.c143 static bool add_mapping_entry(GROUP_MAP *map, int flag) argument
154 msg->dn = mapping_dn(msg, &map->sid);
161 sid_to_fstring(string_sid, &map->sid)) != LDB_SUCCESS ||
162 ldb_msg_add_fmt(msg, "gidNumber", "%u", (unsigned)map->gid) != LDB_SUCCESS ||
163 ldb_msg_add_fmt(msg, "sidNameUse", "%u", (unsigned)map->sid_name_use) != LDB_SUCCESS ||
164 ldb_msg_add_string(msg, "comment", map->comment) != LDB_SUCCESS ||
165 ldb_msg_add_string(msg, "ntName", map->nt_name) != LDB_SUCCESS) {
192 static bool msg_to_group_map(struct ldb_message *msg, GROUP_MAP *map) argument
196 map->gid = ldb_msg_find_attr_as_int(msg, "gidNumber", -1);
197 map
215 get_group_map_from_sid(DOM_SID sid, GROUP_MAP *map) argument
245 get_group_map_from_gid(gid_t gid, GROUP_MAP *map) argument
271 get_group_map_from_ntname(const char *name, GROUP_MAP *map) argument
430 GROUP_MAP map; local
551 GROUP_MAP map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/groupdb/
H A Dmapping_ldb.c143 static bool add_mapping_entry(GROUP_MAP *map, int flag) argument
154 msg->dn = mapping_dn(msg, &map->sid);
161 sid_to_fstring(string_sid, &map->sid)) != LDB_SUCCESS ||
162 ldb_msg_add_fmt(msg, "gidNumber", "%u", (unsigned)map->gid) != LDB_SUCCESS ||
163 ldb_msg_add_fmt(msg, "sidNameUse", "%u", (unsigned)map->sid_name_use) != LDB_SUCCESS ||
164 ldb_msg_add_string(msg, "comment", map->comment) != LDB_SUCCESS ||
165 ldb_msg_add_string(msg, "ntName", map->nt_name) != LDB_SUCCESS) {
192 static bool msg_to_group_map(struct ldb_message *msg, GROUP_MAP *map) argument
196 map->gid = ldb_msg_find_attr_as_int(msg, "gidNumber", -1);
197 map
215 get_group_map_from_sid(DOM_SID sid, GROUP_MAP *map) argument
245 get_group_map_from_gid(gid_t gid, GROUP_MAP *map) argument
271 get_group_map_from_ntname(const char *name, GROUP_MAP *map) argument
430 GROUP_MAP map; local
551 GROUP_MAP map; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map.c51 - map remote result to local message
296 const struct ldb_map_attribute *map; local
301 map = &data->attribute_maps[i];
302 if (ldb_attr_cmp(map->local_name, "*") == 0) {
306 switch (map->type) {
311 if (ldb_attr_cmp(map->local_name, name) == 0) {
312 return map;
318 if (ldb_attr_cmp(map->u.rename.remote_name, name) == 0) {
319 return map;
324 for (j = 0; map
344 const struct ldb_map_attribute *map = map_attr_find_local(data, attr); local
357 map_attr_map_local(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
377 map_attr_map_remote(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
419 ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
430 ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
461 const struct ldb_map_attribute *map; local
533 const struct ldb_map_attribute *map; local
663 const struct ldb_map_objectclass *map = map_objectclass_find_local(data, name); local
735 const struct ldb_map_objectclass *map = map_objectclass_find_remote(data, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/ldb_map/
H A Dldb_map.c55 - map remote result to local message
306 const struct ldb_map_attribute *map; local
311 map = &data->attribute_maps[i];
312 if (ldb_attr_cmp(map->local_name, "*") == 0) {
316 switch (map->type) {
321 if (ldb_attr_cmp(map->local_name, name) == 0) {
322 return map;
328 if (ldb_attr_cmp(map->u.rename.remote_name, name) == 0) {
329 return map;
334 for (j = 0; map
354 const struct ldb_map_attribute *map = map_attr_find_local(data, attr); local
367 map_attr_map_local(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
387 map_attr_map_remote(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
429 ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
440 ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
472 const struct ldb_map_attribute *map; local
547 const struct ldb_map_attribute *map; local
697 const struct ldb_map_objectclass *map = map_objectclass_find_local(data, name); local
773 const struct ldb_map_objectclass *map = map_objectclass_find_remote(data, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map.c51 - map remote result to local message
296 const struct ldb_map_attribute *map; local
301 map = &data->attribute_maps[i];
302 if (ldb_attr_cmp(map->local_name, "*") == 0) {
306 switch (map->type) {
311 if (ldb_attr_cmp(map->local_name, name) == 0) {
312 return map;
318 if (ldb_attr_cmp(map->u.rename.remote_name, name) == 0) {
319 return map;
324 for (j = 0; map
344 const struct ldb_map_attribute *map = map_attr_find_local(data, attr); local
357 map_attr_map_local(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
377 map_attr_map_remote(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
419 ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
430 ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
461 const struct ldb_map_attribute *map; local
533 const struct ldb_map_attribute *map; local
663 const struct ldb_map_objectclass *map = map_objectclass_find_local(data, name); local
735 const struct ldb_map_objectclass *map = map_objectclass_find_remote(data, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/ldb_map/
H A Dldb_map.c55 - map remote result to local message
306 const struct ldb_map_attribute *map; local
311 map = &data->attribute_maps[i];
312 if (ldb_attr_cmp(map->local_name, "*") == 0) {
316 switch (map->type) {
321 if (ldb_attr_cmp(map->local_name, name) == 0) {
322 return map;
328 if (ldb_attr_cmp(map->u.rename.remote_name, name) == 0) {
329 return map;
334 for (j = 0; map
354 const struct ldb_map_attribute *map = map_attr_find_local(data, attr); local
367 map_attr_map_local(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
387 map_attr_map_remote(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
429 ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
440 ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
472 const struct ldb_map_attribute *map; local
547 const struct ldb_map_attribute *map; local
697 const struct ldb_map_objectclass *map = map_objectclass_find_local(data, name); local
773 const struct ldb_map_objectclass *map = map_objectclass_find_remote(data, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dldb_map.c51 - map remote result to local message
296 const struct ldb_map_attribute *map; local
301 map = &data->attribute_maps[i];
302 if (ldb_attr_cmp(map->local_name, "*") == 0) {
306 switch (map->type) {
311 if (ldb_attr_cmp(map->local_name, name) == 0) {
312 return map;
318 if (ldb_attr_cmp(map->u.rename.remote_name, name) == 0) {
319 return map;
324 for (j = 0; map
344 const struct ldb_map_attribute *map = map_attr_find_local(data, attr); local
357 map_attr_map_local(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
377 map_attr_map_remote(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
419 ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
430 ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
461 const struct ldb_map_attribute *map; local
533 const struct ldb_map_attribute *map; local
663 const struct ldb_map_objectclass *map = map_objectclass_find_local(data, name); local
735 const struct ldb_map_objectclass *map = map_objectclass_find_remote(data, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/ldb_map/
H A Dldb_map.c55 - map remote result to local message
306 const struct ldb_map_attribute *map; local
311 map = &data->attribute_maps[i];
312 if (ldb_attr_cmp(map->local_name, "*") == 0) {
316 switch (map->type) {
321 if (ldb_attr_cmp(map->local_name, name) == 0) {
322 return map;
328 if (ldb_attr_cmp(map->u.rename.remote_name, name) == 0) {
329 return map;
334 for (j = 0; map
354 const struct ldb_map_attribute *map = map_attr_find_local(data, attr); local
367 map_attr_map_local(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
387 map_attr_map_remote(void *mem_ctx, const struct ldb_map_attribute *map, const char *attr) argument
429 ldb_val_map_local(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
440 ldb_val_map_remote(struct ldb_module *module, void *mem_ctx, const struct ldb_map_attribute *map, const struct ldb_val *val) argument
472 const struct ldb_map_attribute *map; local
547 const struct ldb_map_attribute *map; local
697 const struct ldb_map_objectclass *map = map_objectclass_find_local(data, name); local
773 const struct ldb_map_objectclass *map = map_objectclass_find_remote(data, name); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dsymbol.c32 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
33 static int dso__load_kernel_sym(struct dso *self, struct map *map,
35 static int dso__load_guest_kernel_sym(struct dso *self, struct map *map,
106 struct map *prev, *curr;
112 curr = rb_entry(prevnd, struct map, rb_node);
116 curr = rb_entry(nd, struct map, rb_node);
122 * last map final address.
457 struct map *ma member in struct:process_kallsyms_args
500 dso__load_all_kallsyms(struct dso *self, const char *filename, struct map *map) argument
512 dso__split_kallsyms(struct dso *self, struct map *map, symbol_filter_t filter) argument
624 dso__load_kallsyms(struct dso *self, const char *filename, struct map *map, symbol_filter_t filter) argument
639 dso__load_perf_map(struct dso *self, struct map *map, symbol_filter_t filter) argument
804 dso__synthesize_plt_symbols(struct dso *self, struct map *map, symbol_filter_t filter) argument
981 dso__load_sym(struct dso *self, struct map *map, const char *name, int fd, symbol_filter_t filter, int kmodule, int want_symtab) argument
1389 dso__load(struct dso *self, struct map *map, symbol_filter_t filter) argument
1517 struct map *map = rb_entry(nd, struct map, rb_node); local
1581 struct map *map; local
1678 struct map *map; local
1701 struct map *map; local
1761 dso__load_vmlinux(struct dso *self, struct map *map, const char *vmlinux, symbol_filter_t filter) argument
1780 dso__load_vmlinux_path(struct dso *self, struct map *map, symbol_filter_t filter) argument
1810 dso__load_kernel_sym(struct dso *self, struct map *map, symbol_filter_t filter) argument
1911 dso__load_guest_kernel_sym(struct dso *self, struct map *map, symbol_filter_t filter) argument
2431 struct map *map = self->vmlinux_maps[type]; local
2450 struct map *map = self->vmlinux_maps[type]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dsymbol.c32 static struct map *map__new2(u64 start, struct dso *dso, enum map_type type);
33 static int dso__load_kernel_sym(struct dso *self, struct map *map,
35 static int dso__load_guest_kernel_sym(struct dso *self, struct map *map,
106 struct map *prev, *curr;
112 curr = rb_entry(prevnd, struct map, rb_node);
116 curr = rb_entry(nd, struct map, rb_node);
122 * last map final address.
457 struct map *ma member in struct:process_kallsyms_args
500 dso__load_all_kallsyms(struct dso *self, const char *filename, struct map *map) argument
512 dso__split_kallsyms(struct dso *self, struct map *map, symbol_filter_t filter) argument
624 dso__load_kallsyms(struct dso *self, const char *filename, struct map *map, symbol_filter_t filter) argument
639 dso__load_perf_map(struct dso *self, struct map *map, symbol_filter_t filter) argument
804 dso__synthesize_plt_symbols(struct dso *self, struct map *map, symbol_filter_t filter) argument
981 dso__load_sym(struct dso *self, struct map *map, const char *name, int fd, symbol_filter_t filter, int kmodule, int want_symtab) argument
1389 dso__load(struct dso *self, struct map *map, symbol_filter_t filter) argument
1517 struct map *map = rb_entry(nd, struct map, rb_node); local
1581 struct map *map; local
1678 struct map *map; local
1701 struct map *map; local
1761 dso__load_vmlinux(struct dso *self, struct map *map, const char *vmlinux, symbol_filter_t filter) argument
1780 dso__load_vmlinux_path(struct dso *self, struct map *map, symbol_filter_t filter) argument
1810 dso__load_kernel_sym(struct dso *self, struct map *map, symbol_filter_t filter) argument
1911 dso__load_guest_kernel_sym(struct dso *self, struct map *map, symbol_filter_t filter) argument
2431 struct map *map = self->vmlinux_maps[type]; local
2450 struct map *map = self->vmlinux_maps[type]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dcorefile.c37 /* memory map */
40 /* callback map */
58 core_map map[nr_core_map_types]; member in struct:_core
88 core_map *map = memory->map + access_type; local
90 core_mapping *curr = map->first;
100 map->first = NULL;
113 return memory->map + core_read_map;
120 return memory->map + core_write_map;
127 return memory->map
278 core_map_find_mapping(core_map *map, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia, int abort) argument
312 core_map_read_buffer(core_map *map, void *buffer, unsigned_word addr, unsigned len) argument
354 core_map_write_buffer(core_map *map, const void *buffer, unsigned_word addr, unsigned len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dcorefile.c37 /* memory map */
40 /* callback map */
58 core_map map[nr_core_map_types]; member in struct:_core
88 core_map *map = memory->map + access_type; local
90 core_mapping *curr = map->first;
100 map->first = NULL;
113 return memory->map + core_read_map;
120 return memory->map + core_write_map;
127 return memory->map
278 core_map_find_mapping(core_map *map, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia, int abort) argument
312 core_map_read_buffer(core_map *map, void *buffer, unsigned_word addr, unsigned len) argument
354 core_map_write_buffer(core_map *map, const void *buffer, unsigned_word addr, unsigned len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dcorefile.c37 /* memory map */
40 /* callback map */
58 core_map map[nr_core_map_types]; member in struct:_core
88 core_map *map = memory->map + access_type; local
90 core_mapping *curr = map->first;
100 map->first = NULL;
113 return memory->map + core_read_map;
120 return memory->map + core_write_map;
127 return memory->map
278 core_map_find_mapping(core_map *map, unsigned_word addr, unsigned nr_bytes, cpu *processor, unsigned_word cia, int abort) argument
312 core_map_read_buffer(core_map *map, void *buffer, unsigned_word addr, unsigned len) argument
354 core_map_write_buffer(core_map *map, const void *buffer, unsigned_word addr, unsigned len) argument
[all...]

Completed in 373 milliseconds

<<11121314151617181920>>