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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c603 bfd_vma section_addr;
637 section_addr = section->output_section->vma + section->output_offset;
639 section_addr = section->vma;
664 (section_addr + sym_off + rel->r_addend
688 if (address >= section_addr
689 && address < section_addr + section_limit)
600 bfd_vma section_addr; local

Completed in 97 milliseconds