Searched refs:loc (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
D | sortextable.c | 218 uint32_t *loc = (uint32_t *)(extab_image + i); in x86_sort_relative_table() local 220 w(r(loc) + i, loc); in x86_sort_relative_table() 221 w(r(loc + 1) + i + 4, loc + 1); in x86_sort_relative_table() 222 w(r(loc + 2) + i + 8, loc + 2); in x86_sort_relative_table() 231 uint32_t *loc = (uint32_t *)(extab_image + i); in x86_sort_relative_table() local 233 w(r(loc) - i, loc); in x86_sort_relative_table() 234 w(r(loc + 1) - (i + 4), loc + 1); in x86_sort_relative_table() 235 w(r(loc + 2) - (i + 8), loc + 2); in x86_sort_relative_table() 251 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local 252 w(r(loc) + i, loc); in sort_relative_table() [all …]
|
/scripts/dtc/ |
D | dtc-parser.y | 14 #define ERROR(loc, ...) \ argument 16 srcpos_error((loc), "Error", __VA_ARGS__); \
|
/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) argument 30 #define MISMATCH(loc, how, ...) INFORM(loc, "casting between randomized structure pointer types (" … argument
|
D | gcc-common.h | 563 #define fatal_error(loc, gmsgid, ...) fatal_error((gmsgid), __VA_ARGS__) argument
|