Searched refs:read_sleb128 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp84 static intptr_t read_sleb128(const uint8_t*& p, const uint8_t* end) function
971 addend = read_sleb128(p, end);
1073 addend = read_sleb128(p, end);
1327 it.addend = read_sleb128(p, end);
1411 addend = read_sleb128(p, end);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf-eh-frame.c117 read_sleb128 (bfd_byte **iter, bfd_byte *end, bfd_signed_vma *value) function
621 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp691 addend = read_sleb128(p, end);
764 addend = read_sleb128(p, end);
H A DMachOFileAbstraction.hpp918 static int64_t read_sleb128(const uint8_t*& p, const uint8_t* end) function

Completed in 92 milliseconds