HomeSort by relevance Sort by last modified time
    Searched defs:directory_table (Results 1 - 6 of 6) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 70 u64 directory_table; member in struct:squashfs_sb_info
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 70 long long directory_table; member in struct:squashfs_sb_info
  /external/squashfs-tools/squashfs-tools/
read_fs.c 633 unsigned char *directory_table = NULL; local
639 directory_table = malloc((size + SQUASHFS_METADATA_SIZE * 2 - 1) &
641 if(directory_table == NULL)
652 byte = read_block(fd, start, &start, expected, directory_table + bytes);
656 free(directory_table);
667 SQUASHFS_SWAP_DIR_HEADER(directory_table + bytes, &dirh);
675 SQUASHFS_SWAP_DIR_ENTRY(directory_table + bytes, dire);
678 memcpy(dire->name, directory_table + bytes,
695 return directory_table;
870 unsigned char *inode_table = NULL, *directory_table = NULL local
    [all...]
unsquashfs.c 60 char *inode_table = NULL, *directory_table = NULL; variable
1193 directory_table = realloc(directory_table, size +=
1195 if(directory_table == NULL) {
1204 res = read_block(fd, start, &start, 0, directory_table + bytes);
1230 free(directory_table);
    [all...]
mksquashfs.c 140 char *directory_table = NULL; variable
422 memcpy(directory_table + directory_bytes, sdirectory_compressed,
667 void *dt = realloc(directory_table,
673 directory_table = dt;
677 c_byte = mangle(directory_table + directory_bytes +
683 directory_table + directory_bytes, 1);
690 write_destination(fd, bytes, directory_bytes, directory_table);
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 3487 unsigned char **directory_table = NULL; local
    [all...]

Completed in 388 milliseconds