HomeSort by relevance Sort by last modified time
    Searched refs:prefix_table (Results 1 - 3 of 3) sorted by null

  /external/squashfs-tools/squashfs-tools/
read_xattrs.c 65 struct prefix prefix_table[] = { variable in typeref:struct:prefix
122 for(i = 0; prefix_table[i].type != -1; i++)
123 if(prefix_table[i].type == type)
126 if(prefix_table[i].type == -1) {
131 len = strlen(prefix_table[i].prefix);
136 memcpy(xattr->full_name, prefix_table[i].prefix, len);
xattr.c 126 extern struct prefix prefix_table[];
135 for(i = 0; prefix_table[i].type != -1; i++) {
136 struct prefix *p = &prefix_table[i];
141 if(prefix_table[i].type != -1) {
142 xattr->name = xattr->full_name + strlen(prefix_table[i].prefix);
146 return prefix_table[i].type;
  /toolchain/binutils/binutils-2.27/opcodes/
i386-dis.c 694 #define PREFIX_TABLE(I) DIS386 (USE_PREFIX_TABLE, (I))
3750 static const struct dis386 prefix_table[][4] = { variable in typeref:struct:dis386
    [all...]

Completed in 121 milliseconds