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

/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Di386-ext.h102 unsigned char debugInfoOffset[4]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h106 unsigned char debugInfoOffset[4]; member in struct:nlm32_sparc_external_fixed_header
H A Dppc-ext.h149 unsigned char debugInfoOffset[4]; member in struct:nlm32_powerpc_external_fixed_header
H A Dalpha-ext.h152 unsigned char debugInfoOffset[4]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h124 file_ptr debugInfoOffset; member in struct:nlm_internal_fixed_header
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnlmswap.h76 dst->debugInfoOffset =
77 H_GET_32 (abfd, src->debugInfoOffset);
137 H_PUT_32 (abfd, src->debugInfoOffset,
138 dst->debugInfoOffset);
H A Dnlmcode.h989 if (bfd_seek (abfd, i_fxdhdrp->debugInfoOffset, SEEK_SET) != 0)
1849 debugInfoOffset is set to -1 we don't write any debugging
1853 if (nlm_fixed_header (abfd)->debugInfoOffset == (file_ptr) - 1)
1855 nlm_fixed_header (abfd)->debugInfoOffset = 0;
1860 nlm_fixed_header (abfd)->debugInfoOffset = bfd_tell (abfd);
1936 if (nlm_fixed_header (abfd)->debugInfoOffset == 0)
1937 nlm_fixed_header (abfd)->debugInfoOffset = last;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c918 /* As a special hack, the backend recognizes a debugInfoOffset
923 nlm_fixed_header (outbfd)->debugInfoOffset = (file_ptr) -1;
1051 sharedhdr.debugInfoOffset - shared_offset + shared_section->filepos;

Completed in 187 milliseconds