Lines Matching refs:Offsets
1023 const char *Offsets = Buf;
1026 Offsets += sizeof(uint64_t);
1028 Offsets += sizeof(uint32_t);
1031 Offset = read32be(Offsets + SymbolIndex * 4);
1033 Offset = read64be(Offsets + SymbolIndex * 8);
1036 // Offsets (the first uint32_t is the number of bytes of the ranlib
1041 Offset = read32le(Offsets + SymbolIndex * 8 + 4);
1044 // Offsets (the first uint64_t is the number of bytes of the ranlib_64
1049 Offset = read64le(Offsets + SymbolIndex * 16 + 8);
1080 Offset = read32le(Offsets + OffsetIndex * 4);