Lines Matching refs:nlm_fixed_header

479   i_fxdhdrp = nlm_fixed_header (abfd);  in nlm_object_p()
534 if (nlm_fixed_header (abfd)->numberOfRelocationFixups != 0 in nlm_object_p()
535 || nlm_fixed_header (abfd)->numberOfExternalReferences != 0) in nlm_object_p()
537 if (nlm_fixed_header (abfd)->numberOfPublics != 0 in nlm_object_p()
538 || nlm_fixed_header (abfd)->numberOfDebugRecords != 0 in nlm_object_p()
539 || nlm_fixed_header (abfd)->numberOfExternalReferences != 0) in nlm_object_p()
547 bfd_get_start_address (abfd) = nlm_fixed_header (abfd)->codeStartOffset; in nlm_object_p()
866 i_fxdhdrp = nlm_fixed_header (abfd); in nlm_get_symtab_upper_bound()
919 i_fxdhdrp = nlm_fixed_header (abfd); in nlm_slurp_symbol_table()
1154 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset, in nlm_slurp_reloc_fixups()
1158 count = nlm_fixed_header (abfd)->numberOfRelocationFixups; in nlm_slurp_reloc_fixups()
1211 ret = nlm_fixed_header (abfd)->numberOfRelocationFixups; in nlm_get_reloc_upper_bound()
1247 count = nlm_fixed_header (abfd)->numberOfRelocationFixups; in nlm_canonicalize_reloc()
1428 nlm_fixed_header (abfd)->codeImageOffset = text_ptr; in nlm_compute_section_file_positions()
1429 nlm_fixed_header (abfd)->codeImageSize = text; in nlm_compute_section_file_positions()
1430 nlm_fixed_header (abfd)->dataImageOffset = data_ptr; in nlm_compute_section_file_positions()
1431 nlm_fixed_header (abfd)->dataImageSize = data; in nlm_compute_section_file_positions()
1432 nlm_fixed_header (abfd)->uninitializedDataSize = bss; in nlm_compute_section_file_positions()
1457 nlm_fixed_header (abfd)->relocationFixupOffset = other_ptr; in nlm_compute_section_file_positions()
1496 nlm_fixed_header (abfd)->uninitializedDataSize += add; in nlm_compute_section_file_positions()
1632 if (bfd_tell (abfd) > nlm_fixed_header (abfd)->codeImageOffset) in nlm_write_object_contents()
1639 if (bfd_seek (abfd, nlm_fixed_header (abfd)->relocationFixupOffset, in nlm_write_object_contents()
1692 nlm_fixed_header (abfd)->numberOfRelocationFixups = internal_reloc_count; in nlm_write_object_contents()
1736 nlm_fixed_header (abfd)->externalReferencesOffset = bfd_tell (abfd); in nlm_write_object_contents()
1764 nlm_fixed_header (abfd)->numberOfExternalReferences = c; in nlm_write_object_contents()
1775 nlm_fixed_header (abfd)->publicsOffset = bfd_tell (abfd); in nlm_write_object_contents()
1843 nlm_fixed_header (abfd)->numberOfPublics = c; in nlm_write_object_contents()
1851 if (nlm_fixed_header (abfd)->debugInfoOffset == (file_ptr) - 1) in nlm_write_object_contents()
1853 nlm_fixed_header (abfd)->debugInfoOffset = 0; in nlm_write_object_contents()
1854 nlm_fixed_header (abfd)->numberOfDebugRecords = 0; in nlm_write_object_contents()
1858 nlm_fixed_header (abfd)->debugInfoOffset = bfd_tell (abfd); in nlm_write_object_contents()
1913 nlm_fixed_header (abfd)->numberOfDebugRecords = c; in nlm_write_object_contents()
1920 if (nlm_fixed_header (abfd)->codeImageOffset == 0) in nlm_write_object_contents()
1921 nlm_fixed_header (abfd)->codeImageOffset = last; in nlm_write_object_contents()
1922 if (nlm_fixed_header (abfd)->dataImageOffset == 0) in nlm_write_object_contents()
1923 nlm_fixed_header (abfd)->dataImageOffset = last; in nlm_write_object_contents()
1924 if (nlm_fixed_header (abfd)->customDataOffset == 0) in nlm_write_object_contents()
1925 nlm_fixed_header (abfd)->customDataOffset = last; in nlm_write_object_contents()
1926 if (nlm_fixed_header (abfd)->moduleDependencyOffset == 0) in nlm_write_object_contents()
1927 nlm_fixed_header (abfd)->moduleDependencyOffset = last; in nlm_write_object_contents()
1928 if (nlm_fixed_header (abfd)->relocationFixupOffset == 0) in nlm_write_object_contents()
1929 nlm_fixed_header (abfd)->relocationFixupOffset = last; in nlm_write_object_contents()
1930 if (nlm_fixed_header (abfd)->externalReferencesOffset == 0) in nlm_write_object_contents()
1931 nlm_fixed_header (abfd)->externalReferencesOffset = last; in nlm_write_object_contents()
1932 if (nlm_fixed_header (abfd)->publicsOffset == 0) in nlm_write_object_contents()
1933 nlm_fixed_header (abfd)->publicsOffset = last; in nlm_write_object_contents()
1934 if (nlm_fixed_header (abfd)->debugInfoOffset == 0) in nlm_write_object_contents()
1935 nlm_fixed_header (abfd)->debugInfoOffset = last; in nlm_write_object_contents()
1939 memcpy (nlm_fixed_header (abfd)->signature, nlm_signature (abfd), in nlm_write_object_contents()
1941 nlm_fixed_header (abfd)->version = NLM_HEADER_VERSION; in nlm_write_object_contents()
1942 nlm_fixed_header (abfd)->codeStartOffset = in nlm_write_object_contents()
1949 nlm_fixed_header (abfd)->exitProcedureOffset -= nlm_get_text_low (abfd); in nlm_write_object_contents()
1950 if (nlm_fixed_header (abfd)->checkUnloadProcedureOffset != 0) in nlm_write_object_contents()
1951 nlm_fixed_header (abfd)->checkUnloadProcedureOffset -= in nlm_write_object_contents()
1967 nlm_swap_fixed_header_out (abfd, nlm_fixed_header (abfd), fixed_header); in nlm_write_object_contents()