Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c892 this_inf->set_loc = (unsigned int *) in _bfd_elf_parse_eh_frame()
894 REQUIRE (this_inf->set_loc); in _bfd_elf_parse_eh_frame()
895 this_inf->set_loc[0] = set_loc_count; in _bfd_elf_parse_eh_frame()
901 this_inf->set_loc[++cnt] = p + 1 - start; in _bfd_elf_parse_eh_frame()
1367 if (sec_info->entry[mid].set_loc in _bfd_elf_eh_frame_section_offset()
1370 + sec_info->entry[mid].set_loc[1])) in _bfd_elf_eh_frame_section_offset()
1374 for (cnt = 1; cnt <= sec_info->entry[mid].set_loc[0]; cnt++) in _bfd_elf_eh_frame_section_offset()
1376 + sec_info->entry[mid].set_loc[cnt]) in _bfd_elf_eh_frame_section_offset()
1690 if (ent->set_loc) in _bfd_elf_write_section_eh_frame()
1701 for (cnt = 1; cnt <= ent->set_loc[0]; cnt++) in _bfd_elf_write_section_eh_frame()
[all …]
Delf-bfd.h364 unsigned int *set_loc; member
DChangeLog-2006669 * elf-bfd.h (struct eh_cie_fde): Add set_loc pointer.
676 or going to be pcrel, compute set_loc array.