reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2858 uint64_t ExportInfoSize = readULEB128(State.Current, &error); 2859 if (error) { 2860 *E = malformedError("export info size " + Twine(error) + 2878 State.Flags = readULEB128(State.Current, &error); 2879 if (error) { 2880 *E = malformedError("flags " + Twine(error) + 2900 State.Other = readULEB128(State.Current, &error); // dylib ordinal 2901 if (error) { 2902 *E = malformedError("dylib ordinal of re-export " + Twine(error) + 2944 State.Address = readULEB128(State.Current, &error); 2945 if (error) { 2946 *E = malformedError("address " + Twine(error) + 2953 State.Other = readULEB128(State.Current, &error); 2954 if (error) { 2955 *E = malformedError("resolver of stub and resolver " + Twine(error) +