Searched refs:md_elf_section_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-i386.h301 #define md_elf_section_type(str,len) i386_elf_section_type (str, len) macro
H A Dtc-ppc.h202 #define md_elf_section_type(STR, LEN) ppc_section_type (STR, LEN)
201 #define md_elf_section_type macro
H A Dtc-arm.h209 # define md_elf_section_type(str, len) arm_elf_section_type (str, len) macro
H A Dtc-ia64.h156 #define md_elf_section_type(str,len) ia64_elf_section_type (str, len) macro
H A Dobj-elf.c824 #ifdef md_elf_section_type
826 int md_type = md_elf_section_type (str, len);

Completed in 104 milliseconds