Home
last modified time | relevance | path

Searched refs:NLM_HIBIT (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dnlm32-i386.c103 if ((val & NLM_HIBIT) == 0) in nlm_i386_read_reloc()
108 val &=~ NLM_HIBIT; in nlm_i386_read_reloc()
117 if ((val & NLM_HIBIT) == 0) in nlm_i386_read_reloc()
122 val &=~ NLM_HIBIT; in nlm_i386_read_reloc()
126 if ((val & (NLM_HIBIT >> 1)) == 0) in nlm_i386_read_reloc()
131 val &=~ (NLM_HIBIT >> 1); in nlm_i386_read_reloc()
180 val |= NLM_HIBIT >> 1; in nlm_i386_write_import()
197 val |= NLM_HIBIT; in nlm_i386_write_import()
204 val |= NLM_HIBIT; in nlm_i386_write_import()
Dnlm32-ppc.c567 if ((val & NLM_HIBIT) == 0) in nlm_powerpc_read_reloc()
572 val &=~ NLM_HIBIT; in nlm_powerpc_read_reloc()
578 if ((val & (NLM_HIBIT >> 1)) == 0) in nlm_powerpc_read_reloc()
583 val &=~ (NLM_HIBIT >> 1); in nlm_powerpc_read_reloc()
703 val |= NLM_HIBIT; in nlm_powerpc_write_import()
712 val |= NLM_HIBIT >> 1; in nlm_powerpc_write_import()
894 if (sym->symbol.value & NLM_HIBIT) in nlm_powerpc_set_public_section()
896 sym->symbol.value &= ~NLM_HIBIT; in nlm_powerpc_set_public_section()
923 offset |= NLM_HIBIT; in nlm_powerpc_get_public_offset()
Dnlmcode.h969 if (sym->symbol.value & NLM_HIBIT) in nlm_slurp_symbol_table()
971 sym->symbol.value &= ~NLM_HIBIT; in nlm_slurp_symbol_table()
1808 offset |= NLM_HIBIT; in nlm_write_object_contents()
DChangeLog-9193373 NLM_HIBIT.
380 get_public_offset_func if it exists rather than setting NLM_HIBIT.
2621 * nlmcode.h: Use NLM_HIBIT rather than MSB.
/toolchain/binutils/binutils-2.27/include/nlm/
Dcommon.h61 # define NLM_HIBIT (((bfd_vma) 1) << 31) macro
67 # define NLM_HIBIT (((bfd_vma) 1) << 63) macro
DChangeLog-931598 * common.h (NLM_HIBIT, NLM_HEADER_VERSION): Define.