Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmulti.c732 int file_addr; in FDECL1() local
763 get_session_start(&file_addr); in FDECL1()
767 if (readsecs(file_addr/SECTOR_SIZE, &buffer, in FDECL1()
781 file_addr += SECTOR_SIZE; in FDECL1()
1069 FDECL1(get_session_start, int *, file_addr) in FDECL1() argument
1080 *file_addr = (16 << 11); in FDECL1()
1107 if (file_addr != NULL) { in FDECL1()
1108 *file_addr = atol(cdwrite_data) * SECTOR_SIZE; in FDECL1()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffgen.c2352 bfd_vma file_addr; in coff_find_nearest_line_with_names() local
2374 file_addr = (bfd_vma) p2->u.syment.n_value; in coff_find_nearest_line_with_names()
2377 file_addr += coff_section_from_bfd_index (abfd, in coff_find_nearest_line_with_names()
2382 && offset + sec_vma >= file_addr in coff_find_nearest_line_with_names()
2383 && offset + sec_vma - file_addr <= maxdiff) in coff_find_nearest_line_with_names()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c2457 bfd_vma file_addr; in coff_find_nearest_line_with_names() local
2479 file_addr = (bfd_vma) p2->u.syment.n_value; in coff_find_nearest_line_with_names()
2482 file_addr += coff_section_from_bfd_index (abfd, in coff_find_nearest_line_with_names()
2487 && offset + sec_vma >= file_addr in coff_find_nearest_line_with_names()
2488 && offset + sec_vma - file_addr <= maxdiff) in coff_find_nearest_line_with_names()