HomeSort by relevance Sort by last modified time
    Searched refs:MAX_ADDR_SIZE (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.c 459 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the address in hex chars
473 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) {
505 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the Address in hex chars
535 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) {
579 CHAR8 AddressBuffer[MAX_ADDR_SIZE];
603 if (AsciiStrLen(AddressBuffer) >= MAX_ADDR_SIZE) {
GdbDebugAgent.h 41 #define MAX_ADDR_SIZE 32
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
GdbStub.c 618 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the address in hex chars
632 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) {
666 CHAR8 AddressBuffer[MAX_ADDR_SIZE]; // the buffer that will hold the Address in hex chars
696 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) {
742 CHAR8 AddressBuffer[MAX_ADDR_SIZE];
767 if (AsciiStrLen (AddressBuffer) >= MAX_ADDR_SIZE) {
    [all...]
GdbStubInternal.h 44 #define MAX_ADDR_SIZE 32

Completed in 5059 milliseconds