| /freebsd-14-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 89 struct section { struct 90 const char *name; /* section name */ argument 91 Elf_Scn *scn; /* section scn */ argument 92 uint64_t off; /* section offset */ argument 93 uint64_t sz; /* section size */ argument 94 uint64_t entsize; /* section entsize */ argument 95 uint64_t align; /* section alignment */ argument 96 uint64_t type; /* section type */ argument 97 uint64_t flags; /* section flags */ argument 98 uint64_t addr; /* section virtual addr */ argument [all …]
|
| /freebsd-14-stable/contrib/byacc/ |
| HD | btyaccpar.c | 1273 write_section(FILE * fp, const char *const section[]) in write_section() 1276 const char *s; in write_section() local
|
| HD | yaccpar.c | 420 write_section(FILE * fp, const char *const section[]) in write_section() 423 const char *s; in write_section() local
|
| HD | output.c | 43 putl_code(FILE * fp, const char *s) in putl_code() 51 puts_code(FILE * fp, const char *s) in puts_code() 446 Value_t *actionrow, *r, *s; in token_actions() local 1181 char *s; in is_C_identifier() local 1239 char *s = symbol_name[i]; in output_defines() local 1343 const char *s; in output_debug() local 1975 char *s, *destructor_code; in output_yydestruct_impl() local 2050 output_externs(FILE * fp, const char *const section[]) in output_externs() 2053 const char *s; in output_externs() local
|
| /freebsd-14-stable/contrib/ldns/ |
| HD | host2wire.c | 33 ldns_status s; in ldns_dname2buffer_wire_compress() local 173 int section) in ldns_rr2buffer_wire_canonical() 244 ldns_rr2buffer_wire(ldns_buffer *buffer, const ldns_rr *rr, int section) in ldns_rr2buffer_wire() 250 ldns_rr2buffer_wire_compress(ldns_buffer *buffer, const ldns_rr *rr, int section, ldns_rbtree_t *co… in ldns_rr2buffer_wire_compress() 494 ldns_rr2wire(uint8_t **dest, const ldns_rr *rr, int section, size_t *result_size) in ldns_rr2wire()
|
| /freebsd-14-stable/sys/dev/qat/qat_common/ |
| HD | adf_cfg.c | 286 adf_cfg_key_value_find(struct adf_cfg_section *s, const char *key) in adf_cfg_key_value_find() 358 struct adf_cfg_section *section = in adf_cfg_add_key_value_param() local 412 struct adf_cfg_section *section) in adf_cfg_save_section() 492 struct adf_cfg_section *section = in adf_cfg_remove_key_param() local 562 struct adf_cfg_section *section = in adf_cfg_restore_key_value_param() local 582 struct adf_cfg_section *section) in adf_cfg_restore_section() 611 const char *section, in adf_cfg_get_param_value()
|
| /freebsd-14-stable/crypto/openssl/apps/ |
| HD | fipsinstall.c | 131 const char *section) in write_config_header() 147 static int write_config_fips_section(BIO *out, const char *section, in write_config_fips_section() 182 const char *section, in generate_config_and_load() 233 static int verify_config(const char *infile, const char *section, in verify_config() 238 char *s = NULL; in verify_config() local
|
| HD | srp.c | 64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() 114 static char *lookup_conf(const CONF *conf, const char *section, const char *tag) in lookup_conf() 241 char *section = NULL; in srp_main() local
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | ObjectFileJIT.cpp | 117 void ObjectFileJIT::Dump(Stream *s) { in Dump() 190 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() 208 ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData()
|
| /freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_i18n.cpp | 150 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local 189 int section = get_section(id); in __kmp_i18n_catgets() local 263 int s; in kmp_i18n_table_free() local 379 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local 542 int section = get_section(id); in __kmp_i18n_catgets() local
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | AddressRange.cpp | 38 AddressRange::AddressRange(const lldb::SectionSP §ion, addr_t offset, in AddressRange() 153 bool AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, in Dump() 212 bool AddressRange::GetDescription(Stream *s, Target *target) const { in GetDescription()
|
| HD | Section.cpp | 275 void Section::Dump(llvm::raw_ostream &s, unsigned indent, Target *target, in Dump() 333 bool Section::IsDescendant(const Section *section) { in IsDescendant() 638 void SectionList::Dump(llvm::raw_ostream &s, unsigned indent, Target *target, in Dump() 671 for (const auto §ion : m_sections) { in GetDebugInfoSize() local 685 lldb_private::JSONSection §ion, llvm::json::Path path) { in fromJSON()
|
| /freebsd-14-stable/contrib/llvm-project/lld/ELF/ |
| HD | Symbols.h | 201 void setName(StringRef s) { in setName() 376 uint8_t type, uint64_t value, uint64_t size, SectionBase *section) in Defined() 383 static bool classof(const Symbol *s) { return s->isDefined(); } in classof() 387 SectionBase *section; variable 421 auto &s = static_cast<CommonSymbol &>(sym); in overwrite() local 426 static bool classof(const Symbol *s) { return s->isCommon(); } in classof() 440 auto &s = static_cast<Undefined &>(sym); in overwrite() local 445 static bool classof(const Symbol *s) { return s->kind() == UndefinedKind; } in classof() 454 static bool classof(const Symbol *s) { return s->kind() == SharedKind; } in classof() 484 auto &s = static_cast<SharedSymbol &>(sym); in overwrite() local [all …]
|
| HD | OutputSections.cpp | 319 z_stream s = {}; in deflateShard() local 534 if (auto *s = dyn_cast<SyntheticSection>(isec)) in writeTo() local 594 static void finalizeShtGroup(OutputSection *os, InputSection *section) { in finalizeShtGroup() 627 SectionBase *section = d->section; in encodeOneCrel() local 747 InputSectionBase *s = first->getRelocatedSection(); in finalize() local 765 static bool isCrt(StringRef s, StringRef beginEnd) { in isCrt() 816 int elf::getPriority(StringRef s) { in getPriority() 863 sort([](InputSectionBase *s) { return getPriority(s->name); }); in sortInitFini()
|
| /freebsd-14-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 121 struct section { struct 122 const char *name; /* section name */ argument 123 Elf_Scn *scn; /* section scn */ argument 124 uint64_t off; /* section offset */ argument 125 uint64_t sz; /* section size */ argument 126 uint64_t entsize; /* section entsize */ argument 127 uint64_t align; /* section alignment */ argument 128 uint64_t type; /* section type */ argument 129 uint64_t flags; /* section flags */ argument 130 uint64_t addr; /* section virtual addr */ argument [all …]
|
| /freebsd-14-stable/contrib/unbound/util/data/ |
| HD | msgparse.c | 84 uint32_t rrset_flags, sldns_pkt_section section, in new_rrset() 286 sldns_pkt_section section) in change_section() 397 int hasother, sldns_pkt_section section, struct regional* region) in change_rrsig_rrset() 472 sldns_pkt_section section, struct regional* region) in find_rrset() 756 sldns_pkt_section section, uint16_t type) in add_rr_to_rrset() 827 struct regional* region, sldns_pkt_section section, in parse_section() 1326 char str[128], *s; in log_edns_opt_list() local
|
| /freebsd-14-stable/contrib/llvm-project/lld/COFF/ |
| HD | Chunks.h | 523 explicit StringChunk(StringRef s) : str(s) {} in StringChunk() 552 ImportThunkChunk(COFFLinkerContext &ctx, Defined *s) in ImportThunkChunk() 571 explicit ImportThunkChunkX86(COFFLinkerContext &ctx, Defined *s) in ImportThunkChunkX86() 581 explicit ImportThunkChunkARM(COFFLinkerContext &ctx, Defined *s) in ImportThunkChunkARM() 593 explicit ImportThunkChunkARM64(COFFLinkerContext &ctx, Defined *s) in ImportThunkChunkARM64() 677 explicit RVATableChunk(SymbolRVASet s) : syms(std::move(s)) {} in RVATableChunk() 688 explicit RVAFlagTableChunk(SymbolRVASet s) : syms(std::move(s)) {} in RVAFlagTableChunk() 820 coff_section section; variable 826 FakeSectionChunk(const coff_section *section) : chunk(nullptr, section) { in FakeSectionChunk()
|
| /freebsd-14-stable/crypto/openssl/crypto/conf/ |
| HD | conf_def.c | 214 char *s, *p, *end; in def_load_bio() local 221 char *section = NULL, *buf; in def_load_bio() local 651 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() 654 char *s, *e, *rp, *p, *rrp, *np, *cp, v; in str_copy() local
|
| /freebsd-14-stable/contrib/llvm-project/lld/MachO/ |
| HD | InputSection.cpp | 279 Section §ion = in makeSyntheticInputSection() local 291 StringRef s = toStringRef(data); in splitIntoPieces() local 332 WordLiteralInputSection::WordLiteralInputSection(const Section §ion, in WordLiteralInputSection()
|
| HD | Driver.cpp | 641 auto *section = in replaceCommonSymbols() local 676 for (StringRef s : v) in initializeSectionRenameMap() local 695 static std::string lowerDash(StringRef s) { in lowerDash() 924 StringRef s = arg->getValue(); in getOldNewOptions() local 1291 for (const Section *section : file->sections) { in gatherInputSections() local 1329 Section §ion = *make<Section>(/*file=*/nullptr, segment_names::text, in addSynthenticMethnames() local 1824 auto validName = [invalidNameChars](StringRef s) { in link()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | SectionLoadList.cpp | 64 bool SectionLoadList::SetSectionLoadAddress(const lldb::SectionSP §ion, in SetSectionLoadAddress() 260 void SectionLoadList::Dump(Stream &s, Target *target) { in Dump()
|
| /freebsd-14-stable/lib/libc/resolv/ |
| HD | res_mkupdate.c | 103 int section, numrrs = 0, counts[ns_s_max]; in res_nmkupdate() local 937 res_mkupdrec(int section, const char *dname, in res_mkupdrec() 1069 findservice(const char *s, struct valuelist **list) { in findservice()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 48 #define CASE_AND_STREAM(s, def, width) \ argument 1879 SectionSP section) { in FindMatchingSection() 2016 SectionSP section = in GetGnuDebugDataObjectFile() local 3111 void ObjectFileELF::RelocateSection(lldb_private::Section *section) in RelocateSection() 3205 for (const Symbol &s : new_symbols) in ParseUnwindSymbols() local 3219 void ObjectFileELF::Dump(Stream *s) { in Dump() 3256 void ObjectFileELF::DumpELFHeader(Stream *s, const ELFHeader &header) { in DumpELFHeader() 3291 void ObjectFileELF::DumpELFHeader_e_type(Stream *s, elf_half e_type) { in DumpELFHeader_e_type() 3316 void ObjectFileELF::DumpELFHeader_e_ident_EI_DATA(Stream *s, in DumpELFHeader_e_ident_EI_DATA() 3336 void ObjectFileELF::DumpELFProgramHeader(Stream *s, in DumpELFProgramHeader() [all …]
|
| HD | ELFHeader.cpp | 305 const lldb_private::Section *section = in sectionIndexToCString() local 314 void ELFSymbol::Dump(lldb_private::Stream *s, uint32_t idx, in Dump()
|
| /freebsd-14-stable/contrib/unbound/validator/ |
| HD | val_sigcrypt.c | 560 sldns_pkt_section section, struct module_qstate* qstate, in dnskeyset_verify_rrset_sig() 626 sldns_pkt_section section, struct module_qstate* qstate, int* verified, in dnskeyset_verify_rrset() 693 void algo_needs_reason(int alg, char** reason, char* s, char* reasonbuf, in algo_needs_reason() 709 sldns_pkt_section section, struct module_qstate* qstate) in dnskey_verify_rrset() 1268 struct rbtree_type** sortree, sldns_pkt_section section, in rrset_canonical() 1542 sldns_pkt_section section, struct module_qstate* qstate) in dnskey_verify_rrset_sig()
|