Searched refs:decl_offset (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dnvptx.c1225 static unsigned HOST_WIDE_INT decl_offset;
1239 /* We never see decl_offset at zero by the time we get here. */
1240 if (decl_offset == decl_chunk_size)
1262 unsigned HOST_WIDE_INT chunk_offset = decl_offset % decl_chunk_size;
1276 decl_offset += this_part;
1277 if (decl_offset % decl_chunk_size == 0)
1292 if (decl_offset % decl_chunk_size != 0)
1294 decl_offset += size;
1341 if (decl_offset + size >= object_size)
1343 if (decl_offset
1219 static unsigned HOST_WIDE_INT decl_offset; variable
[all...]
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c1875 const int decl_offset = sizeof (struct lto_decl_header); local
1876 const int main_offset = decl_offset + header->decl_state_size;
1997 data_ptr = (const uint32_t *) ((const char*) data + decl_offset);

Completed in 216 milliseconds