Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 4 of 4) sorted by relevance

/scripts/
Dsortextable.c218 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/
Ddtc-parser.y14 #define ERROR(loc, ...) \ argument
16 srcpos_error((loc), "Error", __VA_ARGS__); \
/scripts/gcc-plugins/
Drandomize_layout_plugin.c29 #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
Dgcc-common.h563 #define fatal_error(loc, gmsgid, ...) fatal_error((gmsgid), __VA_ARGS__) argument