Searched refs:sec_data (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/find/
H A Dfunction.c166 ++((p)->sec_data);
180 60 - 1) / 60, plan->sec_data);
191 new->sec_data = find_parsenum(new, "-amin", arg, NULL);
207 SECSPERDAY - 1) / SECSPERDAY, plan->sec_data);
218 new->sec_data = find_parsenum(new, "-atime", arg, NULL);
235 60 - 1) / 60, plan->sec_data);
246 new->sec_data = find_parsenum(new, "-cmin", arg, NULL);
262 SECSPERDAY - 1) / SECSPERDAY, plan->sec_data);
273 new->sec_data = find_parsenum(new, "-ctime", arg, NULL);
1109 SECSPERDAY, plan->sec_data);
[all...]
H A Dfind.h109 #define sec_data p_un._t_data.tv_sec macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c2223 struct coff_section_tdata *sec_data; local
2321 sec_data = coff_section_data (abfd, section);
2322 if (sec_data != NULL
2323 && sec_data->i > 0
2324 && offset >= sec_data->offset)
2326 i = sec_data->i;
2327 *functionname_ptr = sec_data->function;
2328 line_base = sec_data->line_base;
2397 if (sec_data == NULL && section->owner == abfd)
2401 sec_data
[all...]
H A Delf.c7638 struct bfd_elf_section_data *sec_data;
7640 sec_data = elf_section_data (sec);
7646 sec, &sec_data->sec_info, offset);
7629 struct bfd_elf_section_data *sec_data; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c2035 struct coff_section_tdata *sec_data; local
2133 sec_data = coff_section_data (abfd, section);
2134 if (sec_data != NULL
2135 && sec_data->i > 0
2136 && offset >= sec_data->offset)
2138 i = sec_data->i;
2139 *functionname_ptr = sec_data->function;
2140 line_base = sec_data->line_base;
2209 if (sec_data == NULL && section->owner == abfd)
2213 sec_data
[all...]

Completed in 202 milliseconds