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

  /src/sys/arch/sgimips/stand/undist/
undist.c 107 static struct offset_table_entry **offset_table; variable in typeref:struct:offset_table_entry
318 if (offset_table == NULL) {
319 offset_table = xmalloc(sizeof(struct offset_table *) * length);
320 memset(offset_table, 0, sizeof(struct offset_table *) * length);
322 offset_table = xrealloc(offset_table,
323 sizeof(struct offset_table *) * length);
324 memset(&offset_table[offset_table_length], 0
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.cpp 1127 const char *offset_table[3]; local
1129 offset_table[0] = "-" HALF_DOUBLE_LINE_SEP;
1130 offset_table[1] = "+" HALF_DOUBLE_LINE_SEP;
1131 offset_table[2] = 0;
1134 offset_table[0] = "";
1135 offset_table[1] = 0;
1137 for (const char **offsetp = offset_table; *offsetp; offsetp++) {
1166 const char *offset_table[3]; local
1168 offset_table[0] = "-" HALF_DOUBLE_LINE_SEP;
1169 offset_table[1] = "+" HALF_DOUBLE_LINE_SEP
    [all...]
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 3304 struct elf_zstd_fse_entry offset_table[32]; local
3346 5, offset_table))
3352 if (!elf_zstd_make_offset_baseline_fse (offset_table, 5, offset_baseline))
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 3304 struct elf_zstd_fse_entry offset_table[32]; local
3346 5, offset_table))
3352 if (!elf_zstd_make_offset_baseline_fse (offset_table, 5, offset_baseline))
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 3304 struct elf_zstd_fse_entry offset_table[32]; local
3346 5, offset_table))
3352 if (!elf_zstd_make_offset_baseline_fse (offset_table, 5, offset_baseline))

Completed in 72 milliseconds