Home
last modified time | relevance | path

Searched refs:reloc_type (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/dports/games/nethack33/nethack-3.3.1/sys/amiga/splitter/
H A Dloader.c239 unsigned long reloc_type; local
304 xx=Read(ovlfile,&reloc_type,sizeof(reloc_type));
305 if(xx!=sizeof(reloc_type))spanic("lost reloc_type");
306 while(reloc_type!=HUNK_END){
313 if(reloc_type==HUNK_END)continue; /* and quit */
314 if(reloc_type!=HUNK_RELOC32 && reloc_type!=HUNK_RELOC32s){
315 fprintf(stderr,"bad data %08x\n",reloc_type);
318 reloc_shift=(reloc_type==HUNK_RELOC32)?2:1;
386 xx=Read(ovlfile,&reloc_type,sizeof(reloc_type));
/dports/games/nethack33-nox11/nethack-3.3.1/sys/amiga/splitter/
H A Dloader.c239 unsigned long reloc_type; local
304 xx=Read(ovlfile,&reloc_type,sizeof(reloc_type));
305 if(xx!=sizeof(reloc_type))spanic("lost reloc_type");
306 while(reloc_type!=HUNK_END){
313 if(reloc_type==HUNK_END)continue; /* and quit */
314 if(reloc_type!=HUNK_RELOC32 && reloc_type!=HUNK_RELOC32s){
315 fprintf(stderr,"bad data %08x\n",reloc_type);
318 reloc_shift=(reloc_type==HUNK_RELOC32)?2:1;
386 xx=Read(ovlfile,&reloc_type,sizeof(reloc_type));
/dports/games/falconseye/falconseye-1.9.3_11/sys/amiga/splitter/
H A Dloader.c239 unsigned long reloc_type; local
304 xx=Read(ovlfile,&reloc_type,sizeof(reloc_type));
305 if(xx!=sizeof(reloc_type))spanic("lost reloc_type");
306 while(reloc_type!=HUNK_END){
313 if(reloc_type==HUNK_END)continue; /* and quit */
314 if(reloc_type!=HUNK_RELOC32 && reloc_type!=HUNK_RELOC32s){
315 fprintf(stderr,"bad data %08x\n",reloc_type);
318 reloc_shift=(reloc_type==HUNK_RELOC32)?2:1;
386 xx=Read(ovlfile,&reloc_type,sizeof(reloc_type));
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dliteral.c51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local
76 reloc_type = BFD_RELOC_32; in add_to_literal_pool()
79 reloc_type = BFD_RELOC_64; in add_to_literal_pool()
85 reloc_type); in add_to_literal_pool()
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dliteral.c51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local
76 reloc_type = BFD_RELOC_32; in add_to_literal_pool()
79 reloc_type = BFD_RELOC_64; in add_to_literal_pool()
85 reloc_type); in add_to_literal_pool()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dliteral.c51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local
76 reloc_type = BFD_RELOC_32; in add_to_literal_pool()
79 reloc_type = BFD_RELOC_64; in add_to_literal_pool()
85 reloc_type); in add_to_literal_pool()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dliteral.c51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local
76 reloc_type = BFD_RELOC_32; in add_to_literal_pool()
79 reloc_type = BFD_RELOC_64; in add_to_literal_pool()
85 reloc_type); in add_to_literal_pool()
/dports/devel/binutils/binutils-2.37/gas/
H A Dliteral.c51 bfd_reloc_code_real_type reloc_type; in add_to_literal_pool() local
76 reloc_type = BFD_RELOC_32; in add_to_literal_pool()
79 reloc_type = BFD_RELOC_64; in add_to_literal_pool()
85 reloc_type); in add_to_literal_pool()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dliteral.c54 bfd_reloc_code_real_type reloc_type; local
79 reloc_type = BFD_RELOC_32;
82 reloc_type = BFD_RELOC_64;
88 reloc_type);
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dliteral.c54 bfd_reloc_code_real_type reloc_type; local
79 reloc_type = BFD_RELOC_32;
82 reloc_type = BFD_RELOC_64;
88 reloc_type);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dliteral.c54 bfd_reloc_code_real_type reloc_type; local
79 reloc_type = BFD_RELOC_32;
82 reloc_type = BFD_RELOC_64;
88 reloc_type);
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dliteral.c54 bfd_reloc_code_real_type reloc_type; local
79 reloc_type = BFD_RELOC_32;
82 reloc_type = BFD_RELOC_64;
88 reloc_type);
/dports/devel/py-cle/cle-9.0.5405/cle/backends/pe/
H A Dpe.py172 …reloc = self._make_reloc(addr=AT.from_lva(imp.address, self).to_rva(), reloc_type=None, symbol=sym…
211 … reloc = self._make_reloc(addr=reloc_data.rva, reloc_type=reloc_data.type, next_rva=next_entry.rva)
213 reloc = self._make_reloc(addr=reloc_data.rva, reloc_type=reloc_data.type)
223 def _make_reloc(self, addr, reloc_type, symbol=None, next_rva=None, resolvewith=None): argument
225 if reloc_type == 0: # 0 simply means "ignore this relocation"
228 if reloc_type is None: # for DLL imports
236 RelocClass = get_relocation(self.arch.name, reloc_type)
238 … l.debug('Failed to find relocation class for arch %s, type %d', 'pe'+self.arch.name, reloc_type)
243 l.warning('Failed to retrieve relocation for %s of type %s', symbol.name, reloc_type)
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/elf/
H A Drelocation.py153 reloc_type = reloc['r_info_type']
160 recipe = self._RELOCATION_RECIPES_X86.get(reloc_type, None)
165 recipe = self._RELOCATION_RECIPES_X64.get(reloc_type, None)
170 recipe = self._RELOCATION_RECIPES_MIPS.get(reloc_type, None)
175 recipe = self._RELOCATION_RECIPES_ARM.get(reloc_type, None)
177 recipe = self._RELOCATION_RECIPES_AARCH64.get(reloc_type, None)
181 'Unsupported relocation type: %s' % reloc_type)
/dports/devel/binutils/binutils-2.37/binutils/
H A Dreadelf.c13379 switch (reloc_type) in target_specific_reloc_handling()
13420 switch (reloc_type) in target_specific_reloc_handling()
13480 switch (reloc_type) in target_specific_reloc_handling()
13538 switch (reloc_type) in target_specific_reloc_handling()
14270 return reloc_type == 0 || reloc_type == 256; in is_none_reloc()
14435 reloc_type)) in apply_relocations()
14442 reloc_type)) in apply_relocations()
14449 reloc_type)) in apply_relocations()
14456 reloc_type)) in apply_relocations()
14463 reloc_type))) in apply_relocations()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A Dreadelf.c13379 switch (reloc_type) in target_specific_reloc_handling()
13420 switch (reloc_type) in target_specific_reloc_handling()
13480 switch (reloc_type) in target_specific_reloc_handling()
13538 switch (reloc_type) in target_specific_reloc_handling()
14270 return reloc_type == 0 || reloc_type == 256; in is_none_reloc()
14435 reloc_type)) in apply_relocations()
14442 reloc_type)) in apply_relocations()
14449 reloc_type)) in apply_relocations()
14456 reloc_type)) in apply_relocations()
14463 reloc_type))) in apply_relocations()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A Dreadelf.c13379 switch (reloc_type) in target_specific_reloc_handling()
13420 switch (reloc_type) in target_specific_reloc_handling()
13480 switch (reloc_type) in target_specific_reloc_handling()
13538 switch (reloc_type) in target_specific_reloc_handling()
14270 return reloc_type == 0 || reloc_type == 256; in is_none_reloc()
14435 reloc_type)) in apply_relocations()
14442 reloc_type)) in apply_relocations()
14449 reloc_type)) in apply_relocations()
14456 reloc_type)) in apply_relocations()
14463 reloc_type))) in apply_relocations()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-m32r.c1892 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument
2132 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local
2144 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable()
2156 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable()
2163 if (reloc_type == BFD_RELOC_M32R_GOT24 in m32r_fix_adjustable()
2174 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in m32r_fix_adjustable()
2322 int reloc_type; in m32r_parse_name() local
2366 reloc_type = BFD_RELOC_M32R_GOTOFF; in m32r_parse_name()
2371 reloc_type = BFD_RELOC_M32R_GOT24; in m32r_parse_name()
2376 reloc_type = BFD_RELOC_M32R_26_PLTREL; in m32r_parse_name()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-m32r.c1894 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument
2131 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local
2143 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable()
2155 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable()
2162 if (reloc_type == BFD_RELOC_M32R_GOT24 in m32r_fix_adjustable()
2173 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in m32r_fix_adjustable()
2321 int reloc_type; in m32r_parse_name() local
2365 reloc_type = BFD_RELOC_M32R_GOTOFF; in m32r_parse_name()
2370 reloc_type = BFD_RELOC_M32R_GOT24; in m32r_parse_name()
2375 reloc_type = BFD_RELOC_M32R_26_PLTREL; in m32r_parse_name()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-m32r.c1894 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument
2131 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local
2143 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable()
2155 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable()
2162 if (reloc_type == BFD_RELOC_M32R_GOT24 in m32r_fix_adjustable()
2173 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in m32r_fix_adjustable()
2321 int reloc_type; in m32r_parse_name() local
2365 reloc_type = BFD_RELOC_M32R_GOTOFF; in m32r_parse_name()
2370 reloc_type = BFD_RELOC_M32R_GOT24; in m32r_parse_name()
2375 reloc_type = BFD_RELOC_M32R_26_PLTREL; in m32r_parse_name()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-m32r.c1892 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument
2132 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local
2144 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable()
2156 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable()
2163 if (reloc_type == BFD_RELOC_M32R_GOT24 in m32r_fix_adjustable()
2174 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in m32r_fix_adjustable()
2322 int reloc_type; in m32r_parse_name() local
2366 reloc_type = BFD_RELOC_M32R_GOTOFF; in m32r_parse_name()
2371 reloc_type = BFD_RELOC_M32R_GOT24; in m32r_parse_name()
2376 reloc_type = BFD_RELOC_M32R_26_PLTREL; in m32r_parse_name()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dtc-m32r.c1897 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument
2190 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local
2202 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable()
2214 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable()
2221 if (reloc_type == BFD_RELOC_M32R_GOT24 in m32r_fix_adjustable()
2232 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in m32r_fix_adjustable()
2380 int reloc_type; in m32r_parse_name() local
2424 reloc_type = BFD_RELOC_M32R_GOTOFF; in m32r_parse_name()
2429 reloc_type = BFD_RELOC_M32R_GOT24; in m32r_parse_name()
2434 reloc_type = BFD_RELOC_M32R_26_PLTREL; in m32r_parse_name()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-m32r.c1894 m32r_record_hi16 (int reloc_type, in m32r_record_hi16() argument
2131 bfd_reloc_code_real_type reloc_type; in m32r_fix_adjustable() local
2143 reloc_type = fixP->fx_r_type; in m32r_fix_adjustable()
2155 && (reloc_type == BFD_RELOC_M32R_24 in m32r_fix_adjustable()
2162 if (reloc_type == BFD_RELOC_M32R_GOT24 in m32r_fix_adjustable()
2173 if (reloc_type == BFD_RELOC_VTABLE_INHERIT in m32r_fix_adjustable()
2321 int reloc_type; in m32r_parse_name() local
2365 reloc_type = BFD_RELOC_M32R_GOTOFF; in m32r_parse_name()
2370 reloc_type = BFD_RELOC_M32R_GOT24; in m32r_parse_name()
2375 reloc_type = BFD_RELOC_M32R_26_PLTREL; in m32r_parse_name()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Daarch64-reloc-property.cc144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local
145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC in reloc_name_in_error_message()
149 switch (reloc_type) in reloc_name_in_error_message()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Daarch64-reloc-property.cc144 AArch64_reloc_property::Reloc_type reloc_type = arp->reloc_type(); in reloc_name_in_error_message() local
145 gold_assert(reloc_type == AArch64_reloc_property::RT_STATIC in reloc_name_in_error_message()
149 switch (reloc_type) in reloc_name_in_error_message()

12345678910>>...33