OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:esec
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/tests/libntp/
calendar.c
309
int32
esec
;
local
314
esec
= sec;
316
while (
esec
>= 86400) {
318
esec
-= 86400;
320
while (
esec
< 0) {
322
esec
+= 86400;
326
TEST_ASSERT_EQUAL(
esec
, split.lo);
343
int32
esec
;
local
348
esec
= sec;
350
while (
esec
>= SECSPERWEEK)
[
all
...]
/src/external/gpl3/binutils/dist/bfd/
xcofflink.c
6610
asection *
esec
;
6637
esec
= hentry->root.u.def.section;
6643
irel->r_symndx =
esec
->output_section->target_index;
6650
output_bfd, irel,
esec
, NULL))
6661
(
esec
->output_section->vma +
esec
->output_offset
6673
(
esec
->output_section->vma +
esec
->output_offset
6598
asection *
esec
;
local
/src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c
6610
asection *
esec
;
6637
esec
= hentry->root.u.def.section;
6643
irel->r_symndx =
esec
->output_section->target_index;
6650
output_bfd, irel,
esec
, NULL))
6661
(
esec
->output_section->vma +
esec
->output_offset
6673
(
esec
->output_section->vma +
esec
->output_offset
6598
asection *
esec
;
local
/src/external/gpl3/gdb/dist/bfd/
xcofflink.c
6563
asection *
esec
;
6590
esec
= hentry->root.u.def.section;
6596
irel->r_symndx =
esec
->output_section->target_index;
6603
output_bfd, irel,
esec
, NULL))
6614
(
esec
->output_section->vma +
esec
->output_offset
6626
(
esec
->output_section->vma +
esec
->output_offset
6551
asection *
esec
;
local
/src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c
6571
asection *
esec
;
6598
esec
= hentry->root.u.def.section;
6604
irel->r_symndx =
esec
->output_section->target_index;
6611
output_bfd, irel,
esec
, NULL))
6622
(
esec
->output_section->vma +
esec
->output_offset
6634
(
esec
->output_section->vma +
esec
->output_offset
6559
asection *
esec
;
local
Completed in 44 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026