Home
last modified time | relevance | path

Searched defs:loc (Results 1 – 5 of 5) sorted by relevance

/scripts/
Dsorttable.c214 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local
224 uint32_t *loc = (uint32_t *)(extab_image + i); in sort_relative_table() local
235 uint32_t *loc = (uint32_t *)(extab_image + i); in x86_sort_relative_table() local
248 uint32_t *loc = (uint32_t *)(extab_image + i); in x86_sort_relative_table() local
263 char *loc = extab_image + i; in s390_sort_relative_table() local
285 char *loc = extab_image + i; in s390_sort_relative_table() local
/scripts/dtc/
Ddtc-parser.y16 #define ERROR(loc, ...) \ argument
/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.h568 #define fatal_error(loc, gmsgid, ...) fatal_error((gmsgid), __VA_ARGS__) argument
/scripts/mod/
Dmodpost.c1806 void *loc = reloc_location(elf, sechdr, r); in addend_arm_rel() local