Home | History | Annotate | Download | only in bfd

Lines Matching defs:sec_index

2539 bfd_section_from_elf_index (bfd *abfd, unsigned int sec_index)
2541 if (sec_index >= elf_numsections (abfd))
2543 return elf_elfsections (abfd)[sec_index]->bfd_section;
6137 unsigned int sec_index;
6144 sec_index = SHN_ABS;
6146 sec_index = SHN_COMMON;
6148 sec_index = SHN_UNDEF;
6150 sec_index = SHN_BAD;
6155 int retval = sec_index;
6161 if (sec_index == SHN_BAD)
6164 return sec_index;