Searched refs:secp (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/sys/dev/mc146818/
H A Dmc146818var.h62 int mc146818_getsecs(device_t dev, int *secp);
H A Dmc146818.c156 mc146818_getsecs(device_t dev, int *secp) argument
181 *secp = sec;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtarget.c833 struct section_table *secp; local
834 for (secp = target->to_sections;
835 secp < target->to_sections_end;
836 secp++)
838 if (addr >= secp->addr && addr < secp->endaddr)
839 return secp;
891 struct section_table *secp; local
895 secp = target_section_by_addr (&current_target, memaddr);
896 if (secp !
[all...]
H A Dxcoffread.c2891 struct bfd_section *secp;
2895 secp = bfd_get_section_by_name (abfd, ".debug");
2896 if (secp)
2898 length = bfd_section_size (abfd, secp);
2904 if (!bfd_get_section_contents (abfd, secp, debugsec,
2883 struct bfd_section *secp; local
H A Ds390-tdep.c1257 struct section_table *secp; local
1258 secp = target_section_by_addr (&current_target, addr->k);
1259 if (secp != NULL
1260 && (bfd_get_section_flags (secp->bfd, secp->the_bfd_section)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf-vxworks.c55 asection **secp ATTRIBUTE_UNUSED,
H A Delf64-sparc.c422 asection **secp ATTRIBUTE_UNUSED,
H A Delf32-ppc.c2779 asection **secp,
2806 *secp = htab->sbss;
7707 asection **secp,
7710 if (!elf_vxworks_add_symbol_hook(abfd, info, sym,namep, flagsp, secp,
7714 return ppc_elf_add_symbol_hook(abfd, info, sym,namep, flagsp, secp, valp);
2769 ppc_elf_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
7683 ppc_elf_vxworks_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
H A Delfxx-ia64.c216 const char **namep, flagword *flagsp, asection **secp,
1611 elfNN_ia64_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
1617 asection **secp;
1639 *secp = scomm;
H A Delf32-score.c2719 asection **secp,
2729 *secp = bfd_make_section_old_way (abfd, ".scommon");
2730 (*secp)->flags |= SEC_IS_COMMON;
2714 _bfd_score_elf_add_symbol_hook(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
H A Delfxx-mips.c5752 asection **secp, bfd_vma *valp)
5788 *secp = bfd_make_section_old_way (abfd, ".scommon");
5789 (*secp)->flags |= SEC_IS_COMMON;
5826 /* This code used to do *secp = bfd_und_section_ptr if
5829 *secp = elf_tdata (abfd)->elf_text_section;
5867 /* This code used to do *secp = bfd_und_section_ptr if
5870 *secp = elf_tdata (abfd)->elf_data_section;
5874 *secp = bfd_und_section_ptr;
5889 (info, abfd, *namep, BSF_GLOBAL, *secp, *valp, NULL, FALSE,
5723 _bfd_mips_elf_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
H A Delf64-alpha.c1203 asection **secp, bfd_vma *valp)
1224 *secp = scomm;
1194 elf64_alpha_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
H A Delf64-x86-64.c3455 asection **secp, bfd_vma *valp)
3474 *secp = lcomm;
3448 elf64_x86_64_add_symbol_hook(bfd *abfd, struct bfd_link_info *info ATTRIBUTE_UNUSED, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_ebr.c202 u_char *secp)
216 *secp = (sec & 0x3f) | ((cyl >> 2) & 0xc0);
201 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, u_char *secp) argument
H A Dg_part_mbr.c180 u_char *secp)
194 *secp = (sec & 0x3f) | ((cyl >> 2) & 0xc0);
179 mbr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, u_char *secp) argument
H A Dg_part_pc98.c163 u_char *hdp, u_char *secp)
175 *secp = sec;
162 pc98_set_chs(struct g_part_table *table, uint32_t lba, u_short *cylp, u_char *hdp, u_char *secp) argument
/freebsd-9.3-release/sbin/fsdb/
H A Dfsdb.c1089 dotime(char *name, time_t *secp, int32_t *nsecp) argument
1133 *secp = mktime(&t);
1134 if (*secp == -1) {
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-alpha.c1144 segT *secp,
1151 *secp = new_sec = subseg_new (name, 0);
1136 create_literal_section(const char *name, segT *secp, symbolS **symp) argument

Completed in 242 milliseconds