Searched refs:loc (Results 1 – 5 of 5) sorted by relevance
| /scripts/gdb/linux/ |
| A D | slab.py | 113 if loc['addr'] == addr and loc['handle'] == handle and loc['waste'] == waste: 129 if loc: 133 loc['min_time'] = min(loc['min_time'], age) 134 loc['max_time'] = max(loc['max_time'], age) 135 loc['min_pid'] = min(loc['min_pid'], pid) 136 loc['max_pid'] = max(loc['max_pid'], pid) 215 gdb.write(" waste=%d/%d" % (loc['count'] * loc['waste'], loc['waste'])) 217 if loc['sum_time'] != loc['min_time']: 218 … gdb.write(" age=%d/%d/%d" % (loc['min_time'], loc['sum_time']/loc['count'], loc['max_time'])) 222 if loc['min_pid'] != loc['max_pid']: [all …]
|
| /scripts/ |
| A D | sorttable.c | 1177 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local 1178 w(r(loc) + i, loc); in sort_relative_table() 1187 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local 1188 w(r(loc) - i, loc); in sort_relative_table() 1198 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table_with_data() local 1200 w(r(loc) + i, loc); in sort_relative_table_with_data() 1201 w(r(loc + 1) + i + 4, loc + 1); in sort_relative_table_with_data() 1211 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table_with_data() local 1213 w(r(loc) - i, loc); in sort_relative_table_with_data() 1214 w(r(loc + 1) - (i + 4), loc + 1); in sort_relative_table_with_data()
|
| /scripts/dtc/ |
| A D | dtc-parser.y | 16 #define ERROR(loc, ...) \ argument 18 srcpos_error((loc), "Error", __VA_ARGS__); \ 411 char *loc = srcpos_string(&@2); variable 415 loc, $2, $1.bits / 4, ($2 & mask)); 416 free(loc);
|
| /scripts/mod/ |
| A D | modpost.c | 1185 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel() 1189 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel() 1196 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel() 1201 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel() 1202 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel() 1219 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel() 1243 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel() 1383 void *loc; in section_rel() local 1393 taddr = addend_386_rel(loc, r_type); in section_rel() 1396 taddr = addend_arm_rel(loc, tsym, r_type); in section_rel() [all …]
|
| /scripts/gcc-plugins/ |
| A D | randomize_layout_plugin.c | 25 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) argument 26 #define MISMATCH(loc, how, ...) INFORM(loc, "casting between randomized structure pointer types (" … argument
|
Completed in 14 milliseconds