Searched refs:i_fxdhdrp (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h442 Nlm_Internal_Fixed_Header *i_fxdhdrp; local
480 i_fxdhdrp = nlm_fixed_header (abfd);
481 nlm_swap_fixed_header_in (abfd, x_fxdhdr, i_fxdhdrp);
490 && strncmp ((char *) i_fxdhdrp->signature, signature,
497 if (i_fxdhdrp->version > 0xFFFF)
517 i_fxdhdrp->codeImageOffset,
518 i_fxdhdrp->codeImageSize,
522 i_fxdhdrp->dataImageOffset,
523 i_fxdhdrp->dataImageSize,
528 i_fxdhdrp
863 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ local
897 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h441 Nlm_Internal_Fixed_Header *i_fxdhdrp; local
479 i_fxdhdrp = nlm_fixed_header (abfd);
480 nlm_swap_fixed_header_in (abfd, x_fxdhdr, i_fxdhdrp);
489 && strncmp ((char *) i_fxdhdrp->signature, signature,
496 if (i_fxdhdrp->version > 0xFFFF)
516 i_fxdhdrp->codeImageOffset,
517 i_fxdhdrp->codeImageSize,
521 i_fxdhdrp->dataImageOffset,
522 i_fxdhdrp->dataImageSize,
527 i_fxdhdrp
862 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ local
896 Nlm_Internal_Fixed_Header *i_fxdhdrp; /* Nlm file header, internal form. */ local
[all...]

Completed in 104 milliseconds