Home | History | Annotate | Download | only in bfd

Lines Matching refs:file_addr

2309 	  bfd_vma file_addr;
2331 file_addr = (bfd_vma) p2->u.syment.n_value;
2334 file_addr += coff_section_from_bfd_index (abfd,
2339 && offset + sec_vma >= file_addr
2340 && offset + sec_vma - file_addr <= maxdiff)