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

/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dtpro.h15 u_short sec1; /* seconds * 1*/ member in struct:tproval
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tpro.c172 tp->min10, tp->min1, tp->sec10, tp->sec1, tp->ms100,
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.cpp604 auto *sec1 = cast<InputSectionBase>(d->section); local
605 std::string src1 = sec1->getSrcMsg(*sym, d->value);
606 std::string obj1 = sec1->getObjMsg(d->value);
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_date.c306 #define TIMEPARSE(ds,hr10,hr1,min10,min1,sec10,sec1) \
310 ds.tm_sec = ((sec10 - '0') * 10) + (sec1 - '0'); \
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c4212 const asection *sec1 = *(const asection **) arg1;
4218 if (sec1->lma < sec2->lma)
4220 else if (sec1->lma > sec2->lma)
4225 if (sec1->vma < sec2->vma)
4227 else if (sec1->vma > sec2->vma)
4234 if (TOEND (sec1))
4240 if (sec1->target_index - sec2->target_index != 0)
4241 return sec1->target_index - sec2->target_index;
4254 size1 = (sec1->flags & SEC_LOAD) ? sec1
4207 const asection *sec1 = *(const asection **) arg1; local
8972 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument
[all...]
H A Delf32-spu.c1557 asection *sec1,*sec2; local
1560 sec1 = sort_syms_psecs[*s1 - sort_syms_syms];
1563 if (sec1 != sec2)
1564 return sec1->index - sec2->index;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c2490 const asection *const *sec1 = arg1;
2495 flags1 = (*sec1)->flags;
2512 if ((*sec1)->lma > (*sec2)->lma)
2514 else if ((*sec1)->lma < (*sec2)->lma)
2518 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2))
2520 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2))
2488 const asection *const *sec1 = arg1; local
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c568 struct wildcard_list *sec1 = ptr->handler_data[1]; local
580 s1 = find_section (file, sec1, &multiple_sections_found);
593 walk_wild_consider_section (ptr, file, s, sec1, callback, data);
4098 const asection *sec1 = *(const asection **) arg1;
4101 if (bfd_section_lma (sec1->owner, sec1)
4104 else if (bfd_section_lma (sec1->owner, sec1)
4096 const asection *sec1 = *(const asection **) arg1; local
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2278 compare_secflavor(int *sec1, int *sec2, int nsec) argument
2281 COMPARE_ARRAYS(sec1, sec2, nsec);

Completed in 143 milliseconds