Home
last modified time | relevance | path

Searched refs:phdr_type (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/
H A Dldgram.y94 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1061 phdr_type phdr_qualifiers { ldlex_popstate (); }
1069 phdr_type:
H A DChangeLog-0203869 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
1015 * ldgram.y (phdr_type): Grok PT_TLS and PT_GNU_EH_FRAME names.
H A DChangeLog-91972445 (phdrs, phdr_list, phdr, phdr_type, opt_hdrs, hdr): Likewise.
/freebsd-12.1/contrib/tcpdump/
H A Dprint-ppp.c1777 ptype = EXTRACT_16BITS(&ph->phdr_type); in ppp_bsdos_if_print()
/freebsd-12.1/contrib/elftoolchain/readelf/
H A Dreadelf.c356 static const char *phdr_type(unsigned int mach, unsigned int ptype);
643 phdr_type(unsigned int mach, unsigned int ptype) in phdr_type() function
2409 #define PH_CT phdr_type(re->ehdr.e_machine, phdr.p_type), \ in dump_phdr()