HomeSort by: relevance | last modified time | path
    Searched defs:offset_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c 3911 int *offset_count,
3921 ind_start_offsets[*offset_count] = ind_offset;
3922 *offset_count = *offset_count + 1;
3923 BUG_ON(*offset_count >= max_offset);
3960 int offset_count = 0; local
3976 &offset_count,
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 7320 uint32_t * offset_count,
7349 SAFE_BYTE_GET_AND_INC (*offset_count, start, 4, end);
7355 printf (_(" Offset entries: %u\n"), *offset_count);
7369 if (*offset_count > max_off_count)
7370 *offset_count = max_off_count;
7371 if (*offset_count)
7376 for (i = 0; i < *offset_count; i++)
7533 uint32_t offset_count; local
7575 (section, next_header_offset, &offset_count, &start);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 7248 uint32_t * offset_count,
7274 SAFE_BYTE_GET_AND_INC (*offset_count, start, 4, end);
7280 printf (_(" Offset entries: %u\n"), *offset_count);
7290 if ( *offset_count)
7295 for (i = 0; i < *offset_count; i++)
7453 uint32_t offset_count; local
7495 (section, next_header_offset, &offset_count, &start);

Completed in 51 milliseconds