Searched defs: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 231 uint32_t *loc = (uint32_t *)(extab_image + i); in x86_sort_relative_table() local 251 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local 261 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local
|
/scripts/dtc/ |
D | dtc-parser.y | 14 #define ERROR(loc, ...) \ argument
|
/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
|