Home | History | Annotate | Download | only in llvm-objdump

Lines Matching full:protocol_name

2764   uint32_t protocol_name;    /* char * (32-bit pointer) */
3036 sys::swapByteOrder(protocol.protocol_name);
3841 outs() << " protocol_name "
3842 << format("0x%08" PRIx32, protocol.protocol_name);
3844 name = get_pointer_32(protocol.protocol_name, offset, left, S, info, true);