Searched defs:AddrTableItem (Results 1 – 2 of 2) sorted by relevance
25 struct AddrTableItem { struct26 uint64_t addr;27 uint64_t id;28 uint32_t objSize;29 uint32_t offset; // offset to the file
82 struct AddrTableItem { struct90 #define HEAD_NUM_PER_GROUP (PER_GROUP_MEM_SIZE / sizeof(AddrTableItem)) argument