Searched refs:NLM_UNINITIALIZED_DATA_NAME (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | nlm32-ppc.c | 458 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_powerpc_read_reloc() 747 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_powerpc_write_reloc()
|
D | libnlm.h | 220 #define NLM_UNINITIALIZED_DATA_NAME ".bss" macro
|
D | nlmcode.h | 525 || !add_bfd_section (abfd, NLM_UNINITIALIZED_DATA_NAME, in nlm_object_p() 1320 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_compute_section_file_positions() 1323 if (!add_bfd_section (abfd, NLM_UNINITIALIZED_DATA_NAME, in nlm_compute_section_file_positions() 1327 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_compute_section_file_positions()
|
D | nlm32-sparc.c | 270 bss = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_sparc_write_import()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 393 bss_sec = bfd_get_section_by_name (outbfd, NLM_UNINITIALIZED_DATA_NAME); in main() 397 NLM_UNINITIALIZED_DATA_NAME, in main() 1169 outname = NLM_UNINITIALIZED_DATA_NAME; in setup_sections() 1897 NLM_UNINITIALIZED_DATA_NAME) == 0) in powerpc_mangle_relocs()
|