Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ppc.h221 extern int ppc_section_type PARAMS ((char *, size_t));
226 #define md_elf_section_type(STR, LEN) ppc_section_type (STR, LEN)
Dtc-ppc.c2827 ppc_section_type (str, len) in ppc_section_type() function