Home
last modified time | relevance | path

Searched refs:next_literal_pool_place (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i370.c1202 int next_literal_pool_place = 0; /* Next free entry in the pool. */ variable
1268 while (lit_count < next_literal_pool_place) in add_to_lit_pool()
1285 if (lit_count == next_literal_pool_place) /* new entry */ in add_to_lit_pool()
1287 if (next_literal_pool_place > MAX_LITERAL_POOL_SIZE) in add_to_lit_pool()
1290 literals[next_literal_pool_place].exp = *exx; in add_to_lit_pool()
1291 literals[next_literal_pool_place].size = sz; in add_to_lit_pool()
1292 literals[next_literal_pool_place].offset = offset_in_pool; in add_to_lit_pool()
1294 literals[next_literal_pool_place].sym_name = strdup (name); in add_to_lit_pool()
1296 literals[next_literal_pool_place].sym_name = NULL; in add_to_lit_pool()
1297 next_literal_pool_place++; in add_to_lit_pool()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92952738 (literals, next_literal_pool_place, lit_pool_num, current_poolP): New