Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ctfconv/
Ddw.c492 size_t segoff, nextoff, addrsize; in dw_cu_parse() local
515 segoff = seglen - info->len; in dw_cu_parse()
524 nextoff = segoff + length + sizeof(uint32_t); in dw_cu_parse()
547 dcu->dcu_offset = segoff; in dw_cu_parse()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dmach-o.c420 bfd_vma segoff = command->offset + 48 + 8 + (i * 68); in bfd_mach_o_scan_write_segment() local
422 if (bfd_mach_o_scan_write_section (abfd, &seg->sections[i], segoff) != 0) in bfd_mach_o_scan_write_segment()
1310 bfd_vma segoff = command->offset + 48 + 8 + (i * 68); in bfd_mach_o_scan_read_segment() local
1313 segoff) != 0) in bfd_mach_o_scan_read_segment()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dmach-o.c1408 bfd_vma segoff = command->offset + 48 + 8 + (i * 68); local
1411 segoff) != 0)
1471 bfd_vma segoff = command->offset + 48 + 8 + (i * 68); local
1473 if (bfd_mach_o_scan_write_section (abfd, &seg->sections[i], segoff) != 0)