Home
last modified time | relevance | path

Searched refs:nlm_fixed_header (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dnlmcode.h479 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()
[all …]
Dlibnlm.h108 #define nlm_fixed_header(bfd) (nlm_tdata (bfd) -> nlm_fixed_hdr) macro
Dnlm32-i386.c275 addend += nlm_fixed_header (abfd)->dataImageSize; in nlm_i386_mangle_relocs()
/toolchain/binutils/binutils-2.27/binutils/
Dnlmconv.c375 *nlm_fixed_header (outbfd) = fixed_hdr_struct; in main()
656 nlm_fixed_header (outbfd)->exitProcedureOffset = val; in main()
666 nlm_fixed_header (outbfd)->checkUnloadProcedureOffset = val; in main()
812 sharedhdr = *nlm_fixed_header (sharedbfd); in main()
907 nlm_fixed_header (outbfd)->customDataOffset = in main()
909 nlm_fixed_header (outbfd)->customDataSize = custom_size; in main()
920 nlm_fixed_header (outbfd)->debugInfoOffset = (file_ptr) -1; in main()
987 nlm_fixed_header (outbfd)->moduleDependencyOffset = in main()
989 nlm_fixed_header (outbfd)->numberOfModuleDependencies = c; in main()
1065 nlm_fixed_header (outbfd)->moduleName[0] = len; in main()
[all …]