new_import_buf    672 tools/elf2flt/elfflt.c   uint32_t *new_import_buf = malloc(flat_import_count*3*sizeof(uint32_t));
new_import_buf    685 tools/elf2flt/elfflt.c               new_import_buf[new_import_cnt++] = idx;
new_import_buf    692 tools/elf2flt/elfflt.c                       new_import_buf[new_import_cnt++] = flat_import_buf[j].offs;
new_import_buf    697 tools/elf2flt/elfflt.c               new_import_buf[pcnt] = (cnt << 24) | new_import_buf[pcnt];
new_import_buf    748 tools/elf2flt/elfflt.c         uint32_t idx = new_import_buf[i++];
new_import_buf    749 tools/elf2flt/elfflt.c         int cnt = new_import_buf[i] >> 24;
new_import_buf    753 tools/elf2flt/elfflt.c             uint32_t offs = new_import_buf[i++] & 0x00FFFFFF;
new_import_buf    767 tools/elf2flt/elfflt.c   i = write(output_fd, new_import_buf, new_import_cnt*sizeof(uint32_t));
new_import_buf    769 tools/elf2flt/elfflt.c   free(new_import_buf);
new_import_buf    178 tools/elf2flt/fltdump.c     uint32_t *new_import_buf = (uint32_t*)(flat_buf+flat->import_start);
new_import_buf    181 tools/elf2flt/fltdump.c         uint32_t idx = new_import_buf[i++];
new_import_buf    182 tools/elf2flt/fltdump.c         int cnt = new_import_buf[i] >> 24;
new_import_buf    186 tools/elf2flt/fltdump.c             uint32_t offs = new_import_buf[i++] & 0x00FFFFFF;