HomeSort by: relevance | last modified time | path
    Searched defs:section_addr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 872 bfd_vma section_addr, off;
914 section_addr = section->output_section->vma + section->output_offset;
916 section_addr = section->vma;
959 address += (section_addr + sym_off + irel->r_addend);
963 if (address < section_addr
964 || address >= section_addr + section_limit)
869 bfd_vma section_addr, off; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 873 bfd_vma section_addr, off;
915 section_addr = section->output_section->vma + section->output_offset;
917 section_addr = section->vma;
960 address += (section_addr + sym_off + irel->r_addend);
964 if (address < section_addr
965 || address >= section_addr + section_limit)
870 bfd_vma section_addr, off; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 873 bfd_vma section_addr, off;
915 section_addr = section->output_section->vma + section->output_offset;
917 section_addr = section->vma;
960 address += (section_addr + sym_off + irel->r_addend);
964 if (address < section_addr
965 || address >= section_addr + section_limit)
870 bfd_vma section_addr, off; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 875 bfd_vma section_addr, off;
917 section_addr = section->output_section->vma + section->output_offset;
919 section_addr = section->vma;
962 address += (section_addr + sym_off + irel->r_addend);
966 if (address < section_addr
967 || address >= section_addr + section_limit)
872 bfd_vma section_addr, off; local

Completed in 111 milliseconds