Searched refs:last_irel (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c8970 Elf_Internal_Rela *last_irel = NULL;
9084 if (last_irel)
9088 bfd_get_32 (abfd, &contents[last_irel->r_offset + 4]);
9090 (last_irel->r_addend
9091 + bfd_get_32 (abfd, &contents[last_irel->r_offset]));
9097 (abfd, &contents[last_irel->r_offset + 8]);
9102 == ELF32_R_SYM (last_irel->r_info))
9110 &contents[last_irel->r_offset + 4]);
9115 last_irel = irel;
9118 last_irel
8945 Elf_Internal_Rela *last_irel = NULL; local
[all...]

Completed in 126 milliseconds