| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | dwarf2.c | 307 asection *msec; in read_indirect_string() local 311 msec = bfd_get_section_by_name (abfd, ".debug_str"); in read_indirect_string() 312 if (! msec) in read_indirect_string() 320 sz = msec->rawsize ? msec->rawsize : msec->size; in read_indirect_string() 326 if (! bfd_get_section_contents (abfd, msec, stash->dwarf_str_buffer, in read_indirect_string() 402 asection *msec; in read_abbrevs() local 404 msec = bfd_get_section_by_name (abfd, ".debug_abbrev"); in read_abbrevs() 405 if (! msec) in read_abbrevs() 412 stash->dwarf_abbrev_size = msec->size; in read_abbrevs() 414 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL, in read_abbrevs() [all …]
|
| D | dwarf1.c | 265 asection *msec; in parse_line_table() local 268 msec = bfd_get_section_by_name (stash->abfd, ".line"); in parse_line_table() 269 if (! msec) in parse_line_table() 272 size = msec->rawsize ? msec->rawsize : msec->size; in parse_line_table() 278 if (! bfd_get_section_contents (stash->abfd, msec, stash->line_section, in parse_line_table() 463 asection *msec; in _bfd_dwarf1_find_nearest_line() local 472 msec = bfd_get_section_by_name (abfd, ".debug"); in _bfd_dwarf1_find_nearest_line() 473 if (! msec) in _bfd_dwarf1_find_nearest_line() 479 size = msec->rawsize ? msec->rawsize : msec->size; in _bfd_dwarf1_find_nearest_line() 485 if (! bfd_get_section_contents (abfd, msec, stash->debug_section, in _bfd_dwarf1_find_nearest_line()
|
| D | coff-aux.c | 113 asection *msec; local 116 msec = h->u.def.section; 118 msec = bfd_ind_section_ptr; 120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section)) 126 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec))
|
| D | elf32-d10v.c | 478 asection *msec; in elf32_d10v_relocate_section() local 483 msec = sec; in elf32_d10v_relocate_section() 484 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in elf32_d10v_relocate_section() 486 addend += msec->output_section->vma + msec->output_offset; in elf32_d10v_relocate_section()
|
| D | elf64-alpha.c | 1426 asection *msec; in elf64_alpha_find_nearest_line() local 1434 msec = bfd_get_section_by_name (abfd, ".mdebug"); in elf64_alpha_find_nearest_line() 1435 if (msec != NULL) in elf64_alpha_find_nearest_line() 1445 origflags = msec->flags; in elf64_alpha_find_nearest_line() 1446 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS) in elf64_alpha_find_nearest_line() 1447 msec->flags |= SEC_HAS_CONTENTS; in elf64_alpha_find_nearest_line() 1461 msec->flags = origflags; in elf64_alpha_find_nearest_line() 1465 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d)) in elf64_alpha_find_nearest_line() 1467 msec->flags = origflags; in elf64_alpha_find_nearest_line() 1476 msec->flags = origflags; in elf64_alpha_find_nearest_line() [all …]
|
| D | linker.c | 1817 asection *msec = NULL; in _bfd_generic_link_add_one_symbol() local 1823 msec = h->u.def.section; in _bfd_generic_link_add_one_symbol() 1827 msec = bfd_ind_section_ptr; in _bfd_generic_link_add_one_symbol() 1837 && bfd_is_abs_section (msec) in _bfd_generic_link_add_one_symbol() 1843 (info, h->root.string, msec->owner, msec, mval, in _bfd_generic_link_add_one_symbol()
|
| D | elf64-sh64.c | 1532 asection *msec; in sh_elf64_relocate_section() local 1544 msec = sec; in sh_elf64_relocate_section() 1546 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) in sh_elf64_relocate_section() 1548 addend += msec->output_section->vma + msec->output_offset; in sh_elf64_relocate_section()
|
| D | elfxx-ia64.c | 4102 asection *msec; local 4105 msec = sym_sec; 4106 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel); 4120 msec = sym_sec; 4122 _bfd_merged_section_offset (output_bfd, &msec, 4123 elf_section_data (msec)-> 4128 dynent->addend += msec->output_section->vma 4129 + msec->output_offset
|
| D | elf32-i386.c | 2208 asection *msec; in elf_i386_relocate_section() local 2242 msec = sec; in elf_i386_relocate_section() 2243 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in elf_i386_relocate_section() 2245 addend += msec->output_section->vma + msec->output_offset; in elf_i386_relocate_section()
|
| D | elfxx-mips.c | 8598 asection *msec; in _bfd_mips_elf_find_nearest_line() local 8611 msec = bfd_get_section_by_name (abfd, ".mdebug"); in _bfd_mips_elf_find_nearest_line() 8612 if (msec != NULL) in _bfd_mips_elf_find_nearest_line() 8622 origflags = msec->flags; in _bfd_mips_elf_find_nearest_line() 8623 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS) in _bfd_mips_elf_find_nearest_line() 8624 msec->flags |= SEC_HAS_CONTENTS; in _bfd_mips_elf_find_nearest_line() 8638 msec->flags = origflags; in _bfd_mips_elf_find_nearest_line() 8642 if (! _bfd_mips_elf_read_ecoff_info (abfd, msec, &fi->d)) in _bfd_mips_elf_find_nearest_line() 8644 msec->flags = origflags; in _bfd_mips_elf_find_nearest_line() 8653 msec->flags = origflags; in _bfd_mips_elf_find_nearest_line() [all …]
|
| D | elf32-arm.c | 4086 asection *msec; in elf32_arm_relocate_section() local 4110 msec = sec; in elf32_arm_relocate_section() 4112 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) in elf32_arm_relocate_section() 4114 addend += msec->output_section->vma + msec->output_offset; in elf32_arm_relocate_section()
|
| D | elf32-sh.c | 4602 asection *msec; in sh_elf_relocate_section() local 4614 msec = sec; in sh_elf_relocate_section() 4616 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) in sh_elf_relocate_section() 4618 addend += msec->output_section->vma + msec->output_offset; in sh_elf_relocate_section()
|
| /mirbsd/src/usr.sbin/timed/timed/ |
| D | acksend.c | 77 long msec; in acksend() local 88 msec = 200; in acksend() 105 mstotvround(&twait, msec); in acksend() 117 msec *= 2; in acksend()
|
| /mirbsd/src/lib/libevent/ |
| D | poll.c | 140 int res, i, j, msec = -1, nfds; in poll_dispatch() local 146 msec = tv->tv_sec * 1000 + (tv->tv_usec + 999) / 1000; in poll_dispatch() 149 res = poll(pop->event_set, nfds, msec); in poll_dispatch()
|
| /mirbsd/src/sys/kern/ |
| D | sys_generic.c | 914 int msec = SCARG(uap, timeout); in sys_poll() local 936 if (msec != INFTIM) { in sys_poll() 937 atv.tv_sec = msec / 1000; in sys_poll() 938 atv.tv_usec = (msec - (atv.tv_sec * 1000)) * 1000; in sys_poll() 956 if (msec != INFTIM) { in sys_poll()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | HiRes.xs | 417 long msec; local 418 msec = usec / 1000; 419 Sleep (msec); 445 int msec = usec / 1000; local 446 poll(0, 0, msec);
|
| /mirbsd/src/sbin/route/ |
| D | route.c | 1229 #define msec(u) (((u) + 500) / 1000) /* usec to msec */ in print_getmsg() macro 1236 printf("%8lu%c ", msec(rtm->rtm_rmx.rmx_rtt), lock(RTT)); in print_getmsg() 1237 printf("%8lu%c ", msec(rtm->rtm_rmx.rmx_rttvar), lock(RTTVAR)); in print_getmsg() 1244 #undef msec in print_getmsg()
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | wince.c | 2436 DWORD msec = GetTickCount(); in XS() local 2438 if ((IV)msec > 0) in XS() 2439 XSRETURN_IV(msec); in XS() 2440 XSRETURN_NV(msec); in XS()
|
| /mirbsd/src/usr.bin/less/ |
| D | screen.c | 836 delay(msec) in delay() argument 837 int msec; in delay() 841 while (msec-- > 0)
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYUtils.h | 193 extern void LYmsec_delay(unsigned msec);
|
| D | LYUtils.c | 7901 void LYmsec_delay(unsigned msec) in LYmsec_delay() argument 7904 Sleep(msec); in LYmsec_delay() 7907 napms((int) msec); in LYmsec_delay() 7910 usleep(1000 * msec); in LYmsec_delay() 7914 unsigned long usec = 1000UL * msec; in LYmsec_delay()
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32.c | 4833 DWORD msec = GetTickCount(); in XS() local 4835 if ((IV)msec > 0) in XS() 4836 XSRETURN_IV(msec); in XS() 4837 XSRETURN_NV(msec); in XS()
|
| /mirbsd/src/lib/libncurses/src/ |
| D | NEWS | 1034 Rename 'msec' to 'microsec' in the debug-message.
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 2164 return rather than waiting (DJGPP otherwise blocks for 50msec). For Unix
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.005 | 15443 Log: support win32_select(0,0,0,msec) (winsock doesn't)
|