Home
last modified time | relevance | path

Searched refs:arm_make_glue_section (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-arm.c6073 arm_make_glue_section (bfd * abfd, const char * name) in arm_make_glue_section() function
6116 return arm_make_glue_section (abfd, ARM2THUMB_GLUE_SECTION_NAME) in bfd_elf32_arm_add_glue_sections_to_bfd()
6117 && arm_make_glue_section (abfd, THUMB2ARM_GLUE_SECTION_NAME) in bfd_elf32_arm_add_glue_sections_to_bfd()
6118 && arm_make_glue_section (abfd, VFP11_ERRATUM_VENEER_SECTION_NAME) in bfd_elf32_arm_add_glue_sections_to_bfd()
6119 && arm_make_glue_section (abfd, ARM_BX_GLUE_SECTION_NAME); in bfd_elf32_arm_add_glue_sections_to_bfd()
DChangeLog-20081026 (arm_make_glue_section): ... New function.