Home
last modified time | relevance | path

Searched refs:new_reloc (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Dreloc.c180 new_reloc (defspace_t *space, int offset, reloc_type type) in new_reloc() function
197 reloc_t *ref = new_reloc (0, offset, rel_op_a_def + field); in reloc_op_def()
206 reloc_t *ref = new_reloc (0, offset, rel_op_a_def_ofs + field); in reloc_op_def_ofs()
217 ref = new_reloc (location->space, location->offset, rel_def_def); in reloc_def_def()
228 ref = new_reloc (location->space, location->offset, rel_def_def_ofs); in reloc_def_def_ofs()
239 ref = new_reloc (location->space, location->offset, rel_def_func); in reloc_def_func()
250 ref = new_reloc (location->space, location->offset, rel_def_string); in reloc_def_string()
261 ref = new_reloc (location->space, location->offset, rel_def_field); in reloc_def_field()
272 ref = new_reloc (location->space, location->offset, rel_def_field_ofs); in reloc_def_field_ofs()
283 ref = new_reloc (location->space, location->offset, rel_def_op); in reloc_def_op()
H A Demit.c137 reloc_t *reloc = new_reloc (0, st_ofs, rel_op_a_op + field); in add_statement_op_ref()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/objtool/
H A Dspecial.c63 struct reloc *orig_reloc, *new_reloc; in get_alt_entry() local
102 new_reloc = find_reloc_by_dest(elf, sec, offset + entry->new); in get_alt_entry()
103 if (!new_reloc) { in get_alt_entry()
114 if (arch_is_retpoline(new_reloc->sym)) in get_alt_entry()
117 alt->new_sec = new_reloc->sym->sec; in get_alt_entry()
118 alt->new_off = (unsigned int)new_reloc->addend; in get_alt_entry()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/objtool/
H A Dspecial.c63 struct reloc *orig_reloc, *new_reloc; in get_alt_entry() local
102 new_reloc = find_reloc_by_dest(elf, sec, offset + entry->new); in get_alt_entry()
103 if (!new_reloc) { in get_alt_entry()
114 if (arch_is_retpoline(new_reloc->sym)) in get_alt_entry()
117 alt->new_sec = new_reloc->sym->sec; in get_alt_entry()
118 alt->new_off = (unsigned int)new_reloc->addend; in get_alt_entry()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/objtool/
H A Dspecial.c63 struct reloc *orig_reloc, *new_reloc; in get_alt_entry() local
102 new_reloc = find_reloc_by_dest(elf, sec, offset + entry->new); in get_alt_entry()
103 if (!new_reloc) { in get_alt_entry()
114 if (arch_is_retpoline(new_reloc->sym)) in get_alt_entry()
117 alt->new_sec = new_reloc->sym->sec; in get_alt_entry()
118 alt->new_off = (unsigned int)new_reloc->addend; in get_alt_entry()
/dports/security/py-angr/angr-9.0.5405/angr/state_plugins/
H A Dconcrete.py257 … for new_reloc in self.state.project.loader.find_relevant_relocations(old_func_symbol.name):
258 if new_reloc.symbol.name == new_func_symbol.name and \
259 new_reloc.value != new_func_symbol.rebased_addr:
261 new_reloc.symbol.name,
262 new_reloc.value,
265 new_reloc.resolve(new_func_symbol)
266 new_reloc.relocate([])
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dyara_arena.c803 YR_RELOC* new_reloc; in yr_arena_duplicate() local
835 new_reloc = yr_malloc(sizeof(YR_RELOC)); in yr_arena_duplicate()
837 if (new_reloc == NULL) in yr_arena_duplicate()
840 new_reloc->offset = reloc->offset; in yr_arena_duplicate()
841 new_reloc->next = NULL; in yr_arena_duplicate()
844 new_page->reloc_list_head = new_reloc; in yr_arena_duplicate()
847 new_page->reloc_list_tail->next = new_reloc; in yr_arena_duplicate()
849 new_page->reloc_list_tail = new_reloc; in yr_arena_duplicate()
851 reloc_address = (uint8_t**) (new_page->address + new_reloc->offset); in yr_arena_duplicate()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dyara_arena.c803 YR_RELOC* new_reloc; in yr_arena_duplicate() local
835 new_reloc = yr_malloc(sizeof(YR_RELOC)); in yr_arena_duplicate()
837 if (new_reloc == NULL) in yr_arena_duplicate()
840 new_reloc->offset = reloc->offset; in yr_arena_duplicate()
841 new_reloc->next = NULL; in yr_arena_duplicate()
844 new_page->reloc_list_head = new_reloc; in yr_arena_duplicate()
847 new_page->reloc_list_tail->next = new_reloc; in yr_arena_duplicate()
849 new_page->reloc_list_tail = new_reloc; in yr_arena_duplicate()
851 reloc_address = (uint8_t**) (new_page->address + new_reloc->offset); in yr_arena_duplicate()
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/include/
H A Dreloc.h105 reloc_t *new_reloc (struct defspace_s *space, int offset, reloc_type type);
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-tic6x.c1918 new_reloc = BFD_RELOC_C6000_SBR_S16; in tic6x_fix_new_exp()
1922 new_reloc = BFD_RELOC_C6000_SBR_L16_B; in tic6x_fix_new_exp()
1926 new_reloc = BFD_RELOC_C6000_SBR_H16_B; in tic6x_fix_new_exp()
1939 new_reloc = BFD_RELOC_C6000_SBR_L16_H; in tic6x_fix_new_exp()
1943 new_reloc = BFD_RELOC_C6000_SBR_H16_H; in tic6x_fix_new_exp()
1956 new_reloc = BFD_RELOC_C6000_SBR_L16_W; in tic6x_fix_new_exp()
1960 new_reloc = BFD_RELOC_C6000_SBR_H16_W; in tic6x_fix_new_exp()
1975 new_reloc = BFD_RELOC_C6000_PCR_L16; in tic6x_fix_new_exp()
1979 new_reloc = BFD_RELOC_C6000_PCR_H16; in tic6x_fix_new_exp()
2000 if (new_reloc == BFD_RELOC_UNUSED) in tic6x_fix_new_exp()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-tic6x.c1913 new_reloc = BFD_RELOC_C6000_SBR_S16; in tic6x_fix_new_exp()
1917 new_reloc = BFD_RELOC_C6000_SBR_L16_B; in tic6x_fix_new_exp()
1921 new_reloc = BFD_RELOC_C6000_SBR_H16_B; in tic6x_fix_new_exp()
1934 new_reloc = BFD_RELOC_C6000_SBR_L16_H; in tic6x_fix_new_exp()
1938 new_reloc = BFD_RELOC_C6000_SBR_H16_H; in tic6x_fix_new_exp()
1951 new_reloc = BFD_RELOC_C6000_SBR_L16_W; in tic6x_fix_new_exp()
1955 new_reloc = BFD_RELOC_C6000_SBR_H16_W; in tic6x_fix_new_exp()
1970 new_reloc = BFD_RELOC_C6000_PCR_L16; in tic6x_fix_new_exp()
1974 new_reloc = BFD_RELOC_C6000_PCR_H16; in tic6x_fix_new_exp()
1995 if (new_reloc == BFD_RELOC_UNUSED) in tic6x_fix_new_exp()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-tic6x.c1913 new_reloc = BFD_RELOC_C6000_SBR_S16; in tic6x_fix_new_exp()
1917 new_reloc = BFD_RELOC_C6000_SBR_L16_B; in tic6x_fix_new_exp()
1921 new_reloc = BFD_RELOC_C6000_SBR_H16_B; in tic6x_fix_new_exp()
1934 new_reloc = BFD_RELOC_C6000_SBR_L16_H; in tic6x_fix_new_exp()
1938 new_reloc = BFD_RELOC_C6000_SBR_H16_H; in tic6x_fix_new_exp()
1951 new_reloc = BFD_RELOC_C6000_SBR_L16_W; in tic6x_fix_new_exp()
1955 new_reloc = BFD_RELOC_C6000_SBR_H16_W; in tic6x_fix_new_exp()
1970 new_reloc = BFD_RELOC_C6000_PCR_L16; in tic6x_fix_new_exp()
1974 new_reloc = BFD_RELOC_C6000_PCR_H16; in tic6x_fix_new_exp()
1995 if (new_reloc == BFD_RELOC_UNUSED) in tic6x_fix_new_exp()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-tic6x.c1918 new_reloc = BFD_RELOC_C6000_SBR_S16; in tic6x_fix_new_exp()
1922 new_reloc = BFD_RELOC_C6000_SBR_L16_B; in tic6x_fix_new_exp()
1926 new_reloc = BFD_RELOC_C6000_SBR_H16_B; in tic6x_fix_new_exp()
1939 new_reloc = BFD_RELOC_C6000_SBR_L16_H; in tic6x_fix_new_exp()
1943 new_reloc = BFD_RELOC_C6000_SBR_H16_H; in tic6x_fix_new_exp()
1956 new_reloc = BFD_RELOC_C6000_SBR_L16_W; in tic6x_fix_new_exp()
1960 new_reloc = BFD_RELOC_C6000_SBR_H16_W; in tic6x_fix_new_exp()
1975 new_reloc = BFD_RELOC_C6000_PCR_L16; in tic6x_fix_new_exp()
1979 new_reloc = BFD_RELOC_C6000_PCR_H16; in tic6x_fix_new_exp()
2000 if (new_reloc == BFD_RELOC_UNUSED) in tic6x_fix_new_exp()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-tic6x.c1913 new_reloc = BFD_RELOC_C6000_SBR_S16; in tic6x_fix_new_exp()
1917 new_reloc = BFD_RELOC_C6000_SBR_L16_B; in tic6x_fix_new_exp()
1921 new_reloc = BFD_RELOC_C6000_SBR_H16_B; in tic6x_fix_new_exp()
1934 new_reloc = BFD_RELOC_C6000_SBR_L16_H; in tic6x_fix_new_exp()
1938 new_reloc = BFD_RELOC_C6000_SBR_H16_H; in tic6x_fix_new_exp()
1951 new_reloc = BFD_RELOC_C6000_SBR_L16_W; in tic6x_fix_new_exp()
1955 new_reloc = BFD_RELOC_C6000_SBR_H16_W; in tic6x_fix_new_exp()
1970 new_reloc = BFD_RELOC_C6000_PCR_L16; in tic6x_fix_new_exp()
1974 new_reloc = BFD_RELOC_C6000_PCR_H16; in tic6x_fix_new_exp()
1995 if (new_reloc == BFD_RELOC_UNUSED) in tic6x_fix_new_exp()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DElf.cpp860 …Relocation new_reloc = linker->relocate(fixup_offset, fixup_addr, r.get_type(), sym, sym_offset, r… in write_shared_object_internal() local
861 if (new_reloc.get_type() != 0) { in write_shared_object_internal()
865 debug(2) << "Linker returned new relocation type " << new_reloc.get_type() << "\n"; in write_shared_object_internal()
866 new_reloc.set_offset(new_reloc.get_offset() - get_section_offset(got)); in write_shared_object_internal()
867 got.add_relocation(new_reloc); in write_shared_object_internal()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-m68k.c1640 enum elf_m68k_reloc_type new_reloc) in elf_m68k_update_got_entry_type() argument
1652 was = new_reloc; in elf_m68k_update_got_entry_type()
1659 == elf_m68k_reloc_got_type (new_reloc)); in elf_m68k_update_got_entry_type()
1664 new_size = elf_m68k_reloc_got_offset_size (new_reloc); in elf_m68k_update_got_entry_type()
1665 n_slots = elf_m68k_reloc_got_n_slots (new_reloc); in elf_m68k_update_got_entry_type()
1673 if (new_reloc > was) in elf_m68k_update_got_entry_type()
1676 was = new_reloc; in elf_m68k_update_got_entry_type()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-m68k.c1640 enum elf_m68k_reloc_type new_reloc) in elf_m68k_update_got_entry_type() argument
1652 was = new_reloc; in elf_m68k_update_got_entry_type()
1659 == elf_m68k_reloc_got_type (new_reloc)); in elf_m68k_update_got_entry_type()
1664 new_size = elf_m68k_reloc_got_offset_size (new_reloc); in elf_m68k_update_got_entry_type()
1665 n_slots = elf_m68k_reloc_got_n_slots (new_reloc); in elf_m68k_update_got_entry_type()
1673 if (new_reloc > was) in elf_m68k_update_got_entry_type()
1676 was = new_reloc; in elf_m68k_update_got_entry_type()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-m68k.c1640 enum elf_m68k_reloc_type new_reloc) in elf_m68k_update_got_entry_type() argument
1652 was = new_reloc; in elf_m68k_update_got_entry_type()
1659 == elf_m68k_reloc_got_type (new_reloc)); in elf_m68k_update_got_entry_type()
1664 new_size = elf_m68k_reloc_got_offset_size (new_reloc); in elf_m68k_update_got_entry_type()
1665 n_slots = elf_m68k_reloc_got_n_slots (new_reloc); in elf_m68k_update_got_entry_type()
1673 if (new_reloc > was) in elf_m68k_update_got_entry_type()
1676 was = new_reloc; in elf_m68k_update_got_entry_type()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-m68k.c1640 enum elf_m68k_reloc_type new_reloc) in elf_m68k_update_got_entry_type() argument
1652 was = new_reloc; in elf_m68k_update_got_entry_type()
1659 == elf_m68k_reloc_got_type (new_reloc)); in elf_m68k_update_got_entry_type()
1664 new_size = elf_m68k_reloc_got_offset_size (new_reloc); in elf_m68k_update_got_entry_type()
1665 n_slots = elf_m68k_reloc_got_n_slots (new_reloc); in elf_m68k_update_got_entry_type()
1673 if (new_reloc > was) in elf_m68k_update_got_entry_type()
1676 was = new_reloc; in elf_m68k_update_got_entry_type()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-m68k.c1567 enum elf_m68k_reloc_type new_reloc) in elf_m68k_update_got_entry_type() argument
1579 was = new_reloc; in elf_m68k_update_got_entry_type()
1586 == elf_m68k_reloc_got_type (new_reloc)); in elf_m68k_update_got_entry_type()
1591 new_size = elf_m68k_reloc_got_offset_size (new_reloc); in elf_m68k_update_got_entry_type()
1592 n_slots = elf_m68k_reloc_got_n_slots (new_reloc); in elf_m68k_update_got_entry_type()
1600 if (new_reloc > was) in elf_m68k_update_got_entry_type()
1603 was = new_reloc; in elf_m68k_update_got_entry_type()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dtarget-reloc.h507 put_r_info(Reltype_write* new_reloc, Reltype* reloc, unsigned int r_sym) in put_r_info() argument
510 new_reloc->put_r_info(elfcpp::elf_r_info<size>(r_sym, r_type)); in put_r_info()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dtarget-reloc.h507 put_r_info(Reltype_write* new_reloc, Reltype* reloc, unsigned int r_sym) in put_r_info() argument
510 new_reloc->put_r_info(elfcpp::elf_r_info<size>(r_sym, r_type)); in put_r_info()
/dports/devel/binutils/binutils-2.37/gold/
H A Dtarget-reloc.h552 put_r_info(Reltype_write* new_reloc, Reltype* reloc, unsigned int r_sym) in put_r_info() argument
555 new_reloc->put_r_info(elfcpp::elf_r_info<size>(r_sym, r_type)); in put_r_info()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dtarget-reloc.h552 put_r_info(Reltype_write* new_reloc, Reltype* reloc, unsigned int r_sym) in put_r_info() argument
555 new_reloc->put_r_info(elfcpp::elf_r_info<size>(r_sym, r_type)); in put_r_info()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dtarget-reloc.h552 put_r_info(Reltype_write* new_reloc, Reltype* reloc, unsigned int r_sym) in put_r_info() argument
555 new_reloc->put_r_info(elfcpp::elf_r_info<size>(r_sym, r_type)); in put_r_info()

123