Searched refs:publicsOffset (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/nlm/
H A Di386-ext.h95 unsigned char publicsOffset[4]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h99 unsigned char publicsOffset[4]; member in struct:nlm32_sparc_external_fixed_header
H A Dppc-ext.h142 unsigned char publicsOffset[4]; member in struct:nlm32_powerpc_external_fixed_header
H A Dalpha-ext.h145 unsigned char publicsOffset[4]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h122 file_ptr publicsOffset; member in struct:nlm_internal_fixed_header
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dnlmswap.h72 dst->publicsOffset =
73 H_GET_32 (abfd, src->publicsOffset);
133 H_PUT_32 (abfd, src->publicsOffset,
134 dst->publicsOffset);
H A Dnlmcode.h926 if (bfd_seek (abfd, i_fxdhdrp->publicsOffset, SEEK_SET) != 0)
1777 nlm_fixed_header (abfd)->publicsOffset = bfd_tell (abfd);
1934 if (nlm_fixed_header (abfd)->publicsOffset == 0)
1935 nlm_fixed_header (abfd)->publicsOffset = last;
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c847 if (shared_offset > (size_t) sharedhdr.publicsOffset)
848 shared_offset = sharedhdr.publicsOffset;
1047 sharedhdr.publicsOffset - shared_offset + shared_section->filepos;

Completed in 133 milliseconds