HomeSort by: relevance | last modified time | path
    Searched defs:method_list32_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 3451 struct method_list32_t { struct in namespace:__anon5681
3753 inline void swapStruct(struct method_list32_t &ml) {
4319 struct method_list32_t ml;
4328 memset(&ml, '\0', sizeof(struct method_list32_t));
4329 if (left < sizeof(struct method_list32_t)) {
4333 memcpy(&ml, r, sizeof(struct method_list32_t));
4339 p += sizeof(struct method_list32_t);
4340 offset += sizeof(struct method_list32_t);
MachODump.cpp 3451 struct method_list32_t { struct in namespace:__anon5681
3753 inline void swapStruct(struct method_list32_t &ml) {
4319 struct method_list32_t ml;
4328 memset(&ml, '\0', sizeof(struct method_list32_t));
4329 if (left < sizeof(struct method_list32_t)) {
4333 memcpy(&ml, r, sizeof(struct method_list32_t));
4339 p += sizeof(struct method_list32_t);
4340 offset += sizeof(struct method_list32_t);

Completed in 64 milliseconds