Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tools/lib/
H A Delf.py96 phdr_type = struct.unpack(elf_phdr_format, p_header[:4])[0]
97 if phdr_type == PT_INTERP:
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/
H A Delf.py274 phdr_type = { variable
293 phdr_type_name = __rev_map(phdr_type)
409 print(phdr_type)
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dnetbsd-low.cc807 Elf64_Phdr, Elf32_Phdr>::type phdr_type; in get_dynamic() typedef
808 const int phdr_size = sizeof (phdr_type); in get_dynamic()
827 phdr_type *const p = (phdr_type *) (phdr_buf.data () + i * phdr_size); in get_dynamic()
850 phdr_type *const p = (phdr_type *) (phdr_buf.data () + i * phdr_size); in get_dynamic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/elf_compression/
H A Delf_headers.py372 def GetProgramHeadersByType(self, phdr_type): argument
374 return (phdr for phdr in self.phdrs if phdr.p_type == phdr_type)
/dports/devel/binutils/binutils-2.37/gold/
H A Dyyscript.y225 %type <integer> phdr_type memory_attr
766 string phdr_type phdr_info ';'
774 phdr_type:
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dyyscript.y224 %type <integer> phdr_type memory_attr
765 string phdr_type phdr_info ';'
773 phdr_type:
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dyyscript.y225 %type <integer> phdr_type memory_attr
766 string phdr_type phdr_info ';'
774 phdr_type:
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldgram.y96 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
982 phdr_type phdr_qualifiers { ldlex_popstate (); }
990 phdr_type:
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dyyscript.y225 %type <integer> phdr_type memory_attr
766 string phdr_type phdr_info ';'
774 phdr_type:
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dyyscript.y224 %type <integer> phdr_type memory_attr
765 string phdr_type phdr_info ';'
773 phdr_type:
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/
H A Dldgram.y96 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
982 phdr_type phdr_qualifiers { ldlex_popstate (); }
990 phdr_type:
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/ld/
H A Dldgram.y96 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1048 phdr_type phdr_qualifiers { ldlex_popstate (); }
1056 phdr_type:
/dports/devel/djgpp-binutils/binutils-2.17/ld/
H A Dldgram.y94 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1052 phdr_type phdr_qualifiers { ldlex_popstate (); }
1060 phdr_type:
/dports/devel/binutils/binutils-2.37/ld/
H A Dldgram.y92 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1211 phdr_type phdr_qualifiers { ldlex_popstate (); }
1219 phdr_type:
H A DChangeLog-2012937 * ldgram.y (phdr_type, phdr_qualifiers, yyerror): Add NULL arg for
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/ld/
H A Dldgram.y91 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1207 phdr_type phdr_qualifiers { ldlex_popstate (); }
1215 phdr_type:
H A DChangeLog-2012937 * ldgram.y (phdr_type, phdr_qualifiers, yyerror): Add NULL arg for
/dports/lang/gnatdroid-binutils/binutils-2.27/ld/
H A Dldgram.y91 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1207 phdr_type phdr_qualifiers { ldlex_popstate (); }
1215 phdr_type:
/dports/devel/arm-elf-binutils/binutils-2.37/ld/
H A Dldgram.y92 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1211 phdr_type phdr_qualifiers { ldlex_popstate (); }
1219 phdr_type:
H A DChangeLog-2012937 * ldgram.y (phdr_type, phdr_qualifiers, yyerror): Add NULL arg for
/dports/devel/gnulibiberty/binutils-2.37/ld/
H A Dldgram.y92 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
1211 phdr_type phdr_qualifiers { ldlex_popstate (); }
1219 phdr_type:
H A DChangeLog-2012937 * ldgram.y (phdr_type, phdr_qualifiers, yyerror): Add NULL arg for
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-ppp.c1787 ptype = GET_BE_U_2(&ph->phdr_type); in ppp_bsdos_if_print()
/dports/devel/bsdelf/elftoolchain-0.7.1/readelf/
H A Dreadelf.c337 static const char *phdr_type(unsigned int ptype);
615 phdr_type(unsigned int ptype) in phdr_type() function
2797 #define PH_CT phdr_type(phdr.p_type), (uintmax_t)phdr.p_offset, \ in dump_phdr()
/dports/devel/elftoolchain/elftoolchain-0.7.1/readelf/
H A Dreadelf.c337 static const char *phdr_type(unsigned int ptype);
615 phdr_type(unsigned int ptype) in phdr_type() function
2797 #define PH_CT phdr_type(phdr.p_type), (uintmax_t)phdr.p_offset, \ in dump_phdr()

12