Home | History | Annotate | Download | only in bfd

Lines Matching refs:relent

55 #define RELOC_PROCESSING(RELENT,RELOC,SYMS,ABFD,SECT)\
56 tic4x_reloc_processing (RELENT,RELOC,SYMS,ABFD,SECT)
212 tic4x_reloc_processing (arelent *relent,
220 relent->address = reloc->r_vaddr;
230 relent->sym_ptr_ptr = &bfd_abs_section_ptr->symbol;
235 relent->sym_ptr_ptr = (symbols
237 ptr = *(relent->sym_ptr_ptr);
242 relent->sym_ptr_ptr = &section->symbol;
243 ptr = *(relent->sym_ptr_ptr);
254 CALC_ADDEND (abfd, ptr, *reloc, relent);
256 relent->address -= section->vma;
257 /* !! relent->section = (asection *) NULL; */
259 /* Fill in the relent->howto field from reloc->r_type. */
260 tic4x_lookup_howto (abfd, relent, reloc);