Searched defs:re (Results 1 - 25 of 88) sorted by last modified time

1234

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c2225 dump_ehdr(struct readelf *re) argument
2322 dump_eflags(struct readelf *re, uint64_t e_flags) argument
2430 dump_phdr(struct readelf *re) argument
2536 section_flags(struct readelf *re, struct section *s) argument
2567 dump_shdr(struct readelf *re) argument
2688 dump_dynamic(struct readelf *re) argument
2770 dyn_str(struct readelf *re, uint32_t stab, uint64_t d_val) argument
2785 dump_arch_dyn_val(struct readelf *re, GElf_Dyn *dyn) argument
2910 dump_dyn_val(struct readelf *re, GElf_Dyn *dyn, uint32_t stab) argument
3005 dump_rel(struct readelf *re, struct section *s, Elf_Data *d) argument
3088 dump_rela(struct readelf *re, struct section *s, Elf_Data *d) argument
3174 dump_reloc(struct readelf *re) argument
3200 dump_symtab(struct readelf *re, int i) argument
3264 dump_symtabs(struct readelf *re) argument
3386 dump_svr4_hash64(struct readelf *re, struct section *s) argument
3458 dump_gnu_hash(struct readelf *re, struct section *s) argument
3539 dump_gnu_property_type_0(struct readelf *re, const char *buf, size_t sz) argument
3589 dump_hash(struct readelf *re) argument
3609 dump_notes(struct readelf *re) argument
3720 dump_notes_data(struct readelf *re, const char *name, uint32_t type, const char *buf, size_t sz) argument
3784 dump_notes_content(struct readelf *re, const char *buf, size_t sz, off_t off) argument
3866 dump_verdef(struct readelf *re, int dump) argument
3941 dump_verneed(struct readelf *re, int dump) argument
4017 dump_versym(struct readelf *re) argument
4046 dump_ver(struct readelf *re) argument
4058 search_ver(struct readelf *re) argument
4105 dump_liblist(struct readelf *re) argument
4174 dump_section_groups(struct readelf *re) argument
4268 dump_arm_attributes(struct readelf *re, uint8_t *p, uint8_t *pe) argument
4341 dump_mips_attributes(struct readelf *re, uint8_t *p, uint8_t *pe) argument
4400 dump_attributes(struct readelf *re) argument
4489 dump_mips_specific_info(struct readelf *re) argument
4520 dump_mips_abiflags(struct readelf *re, struct section *s) argument
4596 dump_mips_reginfo(struct readelf *re, struct section *s) argument
4619 dump_mips_options(struct readelf *re, struct section *s) argument
4729 dump_mips_odk_reginfo(struct readelf *re, uint8_t *p, size_t sz) argument
4760 dump_arch_specific_info(struct readelf *re) argument
4776 dwarf_regname(struct readelf *re, unsigned int num) argument
4790 dump_dwarf_line(struct readelf *re) argument
5067 dump_dwarf_line_decoded(struct readelf *re) argument
5119 dump_dwarf_die(struct readelf *re, Dwarf_Die die, int level) argument
5398 set_cu_context(struct readelf *re, Dwarf_Half psize, Dwarf_Half osize, Dwarf_Half ver) argument
5408 dump_dwarf_info(struct readelf *re, Dwarf_Bool is_info) argument
5503 dump_dwarf_abbrev(struct readelf *re) argument
5580 dump_dwarf_pubnames(struct readelf *re) argument
5660 dump_dwarf_aranges(struct readelf *re) argument
5738 dump_dwarf_ranges_foreach(struct readelf *re, Dwarf_Die die, Dwarf_Addr base) argument
5810 dump_dwarf_ranges(struct readelf *re) argument
5854 dump_dwarf_macinfo(struct readelf *re) argument
5905 dump_dwarf_frame_inst(struct readelf *re, Dwarf_Cie cie, uint8_t *insts, Dwarf_Unsigned len, Dwarf_Unsigned caf, Dwarf_Signed daf, Dwarf_Addr pc, Dwarf_Debug dbg) argument
5995 get_regoff_str(struct readelf *re, Dwarf_Half reg, Dwarf_Addr off) argument
6011 dump_dwarf_frame_regtable(struct readelf *re, Dwarf_Fde fde, Dwarf_Addr pc, Dwarf_Unsigned func_len, Dwarf_Half cie_ra) argument
6098 dump_dwarf_frame_section(struct readelf *re, struct section *s, int alt) argument
6220 dump_dwarf_frame(struct readelf *re, int alt) argument
6236 dump_dwarf_str(struct readelf *re) argument
6309 search_loclist_at(struct readelf *re, Dwarf_Die die, Dwarf_Unsigned lowpc, struct loc_at **la_list, size_t *la_list_len, size_t *la_list_cap) argument
6404 dump_dwarf_loc(struct readelf *re, Dwarf_Loc *lr) argument
6651 dump_dwarf_block(struct readelf *re, uint8_t *b, Dwarf_Unsigned len) argument
6675 dump_dwarf_loclist(struct readelf *re) argument
6833 get_string(struct readelf *re, int strtab, size_t off) argument
6848 get_symbol_name(struct readelf *re, int symtab, int i) argument
6883 get_symbol_value(struct readelf *re, int symtab, int i) argument
6985 hex_dump(struct readelf *re) argument
7050 str_dump(struct readelf *re) argument
7116 load_sections(struct readelf *re) argument
7188 unload_sections(struct readelf *re) argument
7209 dump_elf(struct readelf *re) argument
7266 dump_dwarf(struct readelf *re) argument
7309 dump_ar(struct readelf *re, int fd) argument
7389 dump_object(struct readelf *re, int fd) argument
7418 add_dumpop(struct readelf *re, size_t si, const char *sn, int op, int t) argument
7437 find_dumpop(struct readelf *re, size_t si, const char *sn, int op, int t) argument
7475 parse_dwarf_op_short(struct readelf *re, const char *op) argument
7495 parse_dwarf_op_long(struct readelf *re, const char *op) argument
7758 struct readelf *re, re_storage; local
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py35 import re namespace
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c867 rpcb_entry_t *re; local
1385 rpcb_entry_t *re; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c1045 const uint8_t * const re = rb + s; local
H A Darchive_read_support_format_iso9660.c274 char re; /* Having RRIP "RE" extension. */ member in struct:file_info
2741 struct file_info *re, *d; local
2957 struct file_info *re; local
2975 rede_get_entry(struct file_info *re) argument
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c9247 u_int res, re; local
/freebsd-11-stable/contrib/serf/build/
H A Dgen_def.py29 import re namespace
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp116 friend bool operator<(const unsigned int r, const struct ReduceEntry &re) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2267 unsigned re = RMS.size(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp363 OptionValueRegex *re = value_sp->GetAsRegex(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3220 RecordDecl::field_iterator ri = right->field_begin(), re local
[all...]
H A DAnalysisBasedWarnings.cpp456 CFGBlock::const_reverse_iterator ri = B.rbegin(), re = B.rend(); local
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc288 match::match(config &c, const char *var, const char *re) : argument
1146 new_match(const char *var, const char *re) argument
1155 new_media(const char *var, const char *re) argument
[all...]
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c387 regex_t re, re2; local
/freebsd-11-stable/usr.bin/m4/
H A Dgnum4.c251 exit_regerror(int er, regex_t *re, const char *source) argument
282 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm) argument
299 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) argument
332 do_subst(const char *string, regex_t *re, cons argument
373 do_regexp(const char *string, regex_t *re, const char *source, const char *replace, regmatch_t *pm) argument
391 do_regexpindex(const char *string, regex_t *re, const char *source, regmatch_t *pm) argument
485 regex_t re; local
515 regex_t re; local
[all...]
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c247 unsigned char *in, *re; local
/freebsd-11-stable/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py10 import sys, struct, re namespace
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c1505 regex_t re; local
/freebsd-11-stable/usr.bin/sed/
H A Dprocess.c386 regex_t *re; local
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_rx_edma.c202 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; local
378 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; local
782 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; local
849 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; local
883 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; local
923 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; local
[all...]
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c628 regex_t re; local
782 regex_t re; local
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c157 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; local
302 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; local
419 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; local
[all...]
H A Dosm_opensm.c181 struct osm_routing_engine *re; local
224 struct osm_routing_engine *re; local
[all...]
H A Dosm_mcast_mgr.c1011 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; local
H A Dosm_link_mgr.c64 struct osm_routing_engine *re = p_osm->routing_engine_used; local

Completed in 263 milliseconds

1234