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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1184 int rel_idx;
1182 int rel_idx; member in struct:bfd_elf_section_data
H A Delf.c3090 d->rel_idx = 0;
3095 d->rel_idx = section_number++;
3182 if (d->rel_idx != 0)
3183 i_shdrp[d->rel_idx] = &d->rel_hdr;
3192 if (d->rel_idx != 0)
H A Delfxx-mips.c601 rel_idx is not in range for the first section, and this first
604 #define MIPS_RELOC_RELA_P(abfd, sec, rel_idx) \
607 > (bfd_vma)(rel_idx)) \

Completed in 165 milliseconds