Searched refs:sym (Results 1 – 6 of 6) sorted by relevance
8 #define INCBIN(file, sym, sec) \ argument11 ".global " sym "\n" \12 ".type " sym ", %object\n" \14 sym ":\n" \16 ".size " sym ", .-" sym "\n" \17 ".global " sym "_end\n" \18 sym "_end:\n" \
41 unsigned sym; /* index of code symbols */ local109 for (sym = 0; sym < codes; sym++)110 count[lens[sym]]++;146 for (sym = 0; sym < codes; sym++)147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;217 if (work[sym] + 1U < match) {219 here.val = work[sym];221 else if (work[sym] >= match) {223 here.val = base[work[sym] - match];251 sym++;[all …]
288 unsigned sym, bits; local292 sym = 0;293 while (sym < 144) state->lens[sym++] = 8;294 while (sym < 256) state->lens[sym++] = 9;295 while (sym < 280) state->lens[sym++] = 7;296 while (sym < 288) state->lens[sym++] = 8;303 sym = 0;304 while (sym < 32) state->lens[sym++] = 5;
140 #define IMPORT_SYM(type, sym, name) \ argument141 extern char sym[];\142 static const __attribute__((unused)) type name = (type) sym;150 #define ASSERT_SYM_PTR_ALIGN(sym) assert(((size_t)(sym) % __alignof__(*(sym))) == 0) argument
30 #define __weak_reference(sym, alias) \ argument
39 bl31.bin can be either copied (or sym-linked) into U-Boot's root directory,
Completed in 9 milliseconds