Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
H A Dpeicode.h111 unsigned int sec_index; member
643 sec->target_index = vars->sec_index ++; in pe_ILF_make_a_section()
897 vars.sec_index = 0; in pe_ILF_build_a_bfd()
H A Delf.c2648 bfd_section_from_elf_index (bfd *abfd, unsigned int sec_index) in bfd_section_from_elf_index() argument
2650 if (sec_index >= elf_numsections (abfd)) in bfd_section_from_elf_index()
2652 return elf_elfsections (abfd)[sec_index]->bfd_section; in bfd_section_from_elf_index()
6697 unsigned int sec_index; in _bfd_elf_section_from_bfd_section() local
6704 sec_index = SHN_ABS; in _bfd_elf_section_from_bfd_section()
6706 sec_index = SHN_COMMON; in _bfd_elf_section_from_bfd_section()
6708 sec_index = SHN_UNDEF; in _bfd_elf_section_from_bfd_section()
6710 sec_index = SHN_BAD; in _bfd_elf_section_from_bfd_section()
6715 int retval = sec_index; in _bfd_elf_section_from_bfd_section()
6721 if (sec_index == SHN_BAD) in _bfd_elf_section_from_bfd_section()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Dpeicode.h111 unsigned int sec_index; member
622 sec->target_index = vars->sec_index ++; in pe_ILF_make_a_section()
873 vars.sec_index = 0; in pe_ILF_build_a_bfd()
H A Delf.c2518 bfd_section_from_elf_index (bfd *abfd, unsigned int sec_index) in bfd_section_from_elf_index() argument
2520 if (sec_index >= elf_numsections (abfd)) in bfd_section_from_elf_index()
2522 return elf_elfsections (abfd)[sec_index]->bfd_section; in bfd_section_from_elf_index()
6116 unsigned int sec_index; in _bfd_elf_section_from_bfd_section() local
6123 sec_index = SHN_ABS; in _bfd_elf_section_from_bfd_section()
6125 sec_index = SHN_COMMON; in _bfd_elf_section_from_bfd_section()
6127 sec_index = SHN_UNDEF; in _bfd_elf_section_from_bfd_section()
6129 sec_index = SHN_BAD; in _bfd_elf_section_from_bfd_section()
6134 int retval = sec_index; in _bfd_elf_section_from_bfd_section()
6140 if (sec_index == SHN_BAD) in _bfd_elf_section_from_bfd_section()
[all …]
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c2050 bfd_section_from_elf_index (bfd *abfd, unsigned int sec_index) in bfd_section_from_elf_index() argument
2052 if (sec_index >= elf_numsections (abfd)) in bfd_section_from_elf_index()
2054 return elf_elfsections (abfd)[sec_index]->bfd_section; in bfd_section_from_elf_index()
5359 unsigned int sec_index; in _bfd_elf_section_from_bfd_section() local
5366 sec_index = SHN_ABS; in _bfd_elf_section_from_bfd_section()
5368 sec_index = SHN_COMMON; in _bfd_elf_section_from_bfd_section()
5370 sec_index = SHN_UNDEF; in _bfd_elf_section_from_bfd_section()
5372 sec_index = SHN_BAD; in _bfd_elf_section_from_bfd_section()
5377 int retval = sec_index; in _bfd_elf_section_from_bfd_section()
5383 if (sec_index == SHN_BAD) in _bfd_elf_section_from_bfd_section()
[all …]