Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c4926 r_reloc_is_const (const r_reloc *r_rel) in r_reloc_is_const() argument
4928 return (r_rel->abfd == NULL); in r_reloc_is_const()
4933 r_reloc_get_target_offset (const r_reloc *r_rel) in r_reloc_get_target_offset() argument
4938 BFD_ASSERT (!r_reloc_is_const (r_rel)); in r_reloc_get_target_offset()
4939 r_symndx = ELF32_R_SYM (r_rel->rela.r_info); in r_reloc_get_target_offset()
4940 target_offset = get_elf_r_symndx_offset (r_rel->abfd, r_symndx); in r_reloc_get_target_offset()
4941 return (target_offset + r_rel->rela.r_addend); in r_reloc_get_target_offset()
4946 r_reloc_get_hash_entry (const r_reloc *r_rel) in r_reloc_get_hash_entry() argument
4948 unsigned long r_symndx = ELF32_R_SYM (r_rel->rela.r_info); in r_reloc_get_hash_entry()
4949 return get_elf_r_symndx_hash_entry (r_rel->abfd, r_symndx); in r_reloc_get_hash_entry()
[all …]