Searched defs:loc (Results 1 – 5 of 5) sorted by relevance
/scripts/ |
D | sorttable.c | 214 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/ |
D | dtc-parser.y | 16 #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 | 568 #define fatal_error(loc, gmsgid, ...) fatal_error((gmsgid), __VA_ARGS__) argument
|
/scripts/mod/ |
D | modpost.c | 1806 void *loc = reloc_location(elf, sechdr, r); in addend_arm_rel() local
|