Home
last modified time | relevance | path

Searched refs:checkUnloadProcedureOffset (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dnlmswap.h90 dst->checkUnloadProcedureOffset =
91 H_GET_32 (abfd, src->checkUnloadProcedureOffset);
151 H_PUT_32 (abfd, src->checkUnloadProcedureOffset,
152 dst->checkUnloadProcedureOffset);
H A Dnlmcode.h2013 if (nlm_fixed_header (abfd)->checkUnloadProcedureOffset != 0)
2014 nlm_fixed_header (abfd)->checkUnloadProcedureOffset -=
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmswap.h84 dst->checkUnloadProcedureOffset = in nlm_swap_fixed_header_in()
85 H_GET_32 (abfd, src->checkUnloadProcedureOffset); in nlm_swap_fixed_header_in()
145 H_PUT_32 (abfd, src->checkUnloadProcedureOffset, in nlm_swap_fixed_header_out()
146 dst->checkUnloadProcedureOffset); in nlm_swap_fixed_header_out()
H A Dnlmcode.h1951 if (nlm_fixed_header (abfd)->checkUnloadProcedureOffset != 0) in nlm_write_object_contents()
1952 nlm_fixed_header (abfd)->checkUnloadProcedureOffset -= in nlm_write_object_contents()
/openbsd/gnu/usr.bin/binutils/include/nlm/
H A Di386-ext.h110 unsigned char checkUnloadProcedureOffset[4]; member
H A Dsparc32-ext.h114 unsigned char checkUnloadProcedureOffset[4]; member
H A Dppc-ext.h157 unsigned char checkUnloadProcedureOffset[4]; member
H A Dalpha-ext.h160 unsigned char checkUnloadProcedureOffset[4]; member
H A Dinternal.h128 file_ptr checkUnloadProcedureOffset; member
/openbsd/gnu/usr.bin/binutils-2.17/include/nlm/
H A Di386-ext.h110 unsigned char checkUnloadProcedureOffset[4]; member
H A Dsparc32-ext.h114 unsigned char checkUnloadProcedureOffset[4]; member
H A Dppc-ext.h157 unsigned char checkUnloadProcedureOffset[4]; member
H A Dalpha-ext.h160 unsigned char checkUnloadProcedureOffset[4]; member
H A Dinternal.h128 file_ptr checkUnloadProcedureOffset; member
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c667 nlm_fixed_header (outbfd)->checkUnloadProcedureOffset = val; in main()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c663 nlm_fixed_header (outbfd)->checkUnloadProcedureOffset = val; in main()