Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp76 static uint64_t getAddend(InputSectionBase &sec, in getAddend()
83 static uint64_t getAddend(InputSectionBase &sec, in getAddend()
90 static uint64_t getAddend(InputSectionBase &sec, in getAddend()
97 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc()
169 static bool isReserved(InputSectionBase *sec) { in isReserved()
189 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { in enqueue()
314 InputSectionBase &sec = *queue.pop_back_val(); in mark() local
H A DLinkerScript.cpp137 OutputDesc *sec; in createOutputSection() local
213 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; in addSymbol() local
356 const OutputSection &sec = cast<OutputDesc>(cmd)->osec; in declareSymbols() local
430 sections, [](InputSectionBase *sec) { return sec->flags & SHF_WRITE; }); in matchConstraints()
516 InputSectionBase *sec = sections[i]; in computeInputSections() local
792 auto *sec = cast<InputSection>(isec); in addInputSec() local
888 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections() local
915 if (auto *sec = dyn_cast<InputSection>(isec)) in addOrphanSections() local
943 for (const InputSectionBase *sec : orphanSections) { in diagnoseOrphanHandling() local
966 OutputSection *sec = findByName(sectionCommands, ".gnu.sgstubs"); in diagnoseMissingSGSectionAddress() local
[all …]
H A DWriter.cpp141 static Defined *addOptionalRegular(StringRef name, SectionBase *sec, in addOptionalRegular()
459 SectionBase *sec = d->section; in includeInSymtab() local
544 static bool isRelroSection(const OutputSection *sec) { in isRelroSection()
780 void PhdrEntry::add(OutputSection *sec) { in add()
817 InputSection *sec = in.gotPlt.get(); in setReservedSymbolSections() local
939 OutputSection *sec = &cast<OutputDesc>(*e)->osec; in findOrphanPos() local
1087 if (auto *sec = dyn_cast_or_null<InputSectionBase>(d->section)) { in buildSectionOrder() local
1410 static void finalizeSynthetic(SyntheticSection *sec) { in finalizeSynthetic()
1564 const SectionBase *sec = def->section; in fixSymbolsAfterShrinking() local
1621 InputSection &sec = *sections[i]; in optimizeBasicBlockJumps() local
[all …]
H A DInputFiles.cpp375 const InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
390 std::string InputFile::getSrcMsg(const Symbol &sym, const InputSectionBase &sec, in getSrcMsg()
523 for (const Elf_Shdr &sec : sections) in findSection() local
604 const Elf_Shdr &sec = objSections[i]; in parse() local
702 const Elf_Shdr &sec) { in getShtGroupSignature()
711 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge()
786 const Elf_Shdr &sec = objSections[i]; in initializeSections() local
880 const Elf_Shdr &sec = objSections[i]; in initializeSections() local
957 void readGnuProperty(const InputSection &sec, ObjFile<ELFT> &f) { in readGnuProperty()
1049 const Elf_Shdr &sec, in createInputSection()
[all …]
H A DDWARF.cpp106 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, in findAux()
138 auto &sec = static_cast<const LLDDWARFSection &>(s); in find() local
H A DInputSection.h47 #define invokeOnRelocs(sec, f, ...) \ argument
370 InputSectionBase *sec; member
466 static bool classof(const SectionBase *sec) { in classof()
489 static bool classof(const SectionBase *sec) { in classof()
499 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection()
H A DInputSection.cpp40 std::string lld::toString(const InputSectionBase *sec) { in toString()
111 static void decompressAux(const InputSectionBase &sec, uint8_t *out, in decompressAux()
155 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas() local
229 InputSection *sec; in getOutputSection() local
405 InputSectionBase *sec = getRelocatedSection(); in copyRelocations() local
438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations() local
477 Elf_Shdr_Impl<ELFT> sec = file->template getELFShdrs<ELFT>()[secIdx]; in copyRelocations() local
1108 auto *sec = cast<InputSection>(this); in relocate() local
/freebsd/sys/contrib/dev/rtw88/
H A Dsec.c9 int rtw_sec_get_free_cam(struct rtw_sec_desc *sec) in rtw_sec_get_free_cam()
23 struct rtw_sec_desc *sec, in rtw_sec_write_cam()
83 struct rtw_sec_desc *sec, in rtw_sec_clear_cam()
105 struct rtw_sec_desc *sec = &rtwdev->sec; in rtw_sec_cam_pg_backup() local
126 struct rtw_sec_desc *sec = &rtwdev->sec; in rtw_sec_enable_sec_engine() local
/freebsd/contrib/wpa/src/ap/
H A Dbss_load.c20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout()
45 unsigned int sec, usec; in update_channel_utilization() local
85 unsigned int sec, usec; in bss_load_update_init() local
H A Dairtime_policy.c37 unsigned int *sec, in get_airtime_policy_update_timeout()
137 unsigned int sec, usec; in update_airtime_weights() local
257 unsigned int sec, usec; in airtime_policy_update_init() local
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c39 struct pt_section sec; in begin() local
53 struct pt_section sec; in end() local
67 struct pt_section sec; in offset() local
81 struct pt_section sec; in size() local
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctlscd.x37 uint64_t sec; member
43 uint64_t sec; member
53 uint64_t sec; member
H A Drpctlssd.x33 uint64_t sec; member
41 uint64_t sec; member
51 uint64_t sec; member
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg.c158 adf_cfg_keyval_add(struct adf_cfg_key_val *new, struct adf_cfg_section *sec) in adf_cfg_keyval_add()
164 adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove()
247 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_del() local
322 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local
415 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_save_section() local
518 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local
538 struct adf_cfg_section *sec = NULL; in adf_cfg_derived_section_add() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dtime.c52 krb5_timestamp sec, in krb5_set_real_time()
96 krb5_timestamp *sec, in krb5_us_timeofday()
/freebsd/sys/contrib/ck/src/
H A Dck_ec_timeutil.h44 time_t sec; in timespec_add_ns() local
86 time_t sec; in timespec_add() local
/freebsd/sys/dev/ixgbe/
H A Dif_bypass.c95 ixgbe_get_bypass_time(u32 *year, u32 *sec) in ixgbe_get_bypass_time()
508 u32 sec, year; in ixgbe_bp_wd_reset() local
636 u32 mon, days, hours, min, sec; in ixgbe_bp_log() local
718 u32 mask, value, sec, year; in ixgbe_bypass_init() local
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c157 iwl_alloc_fw_desc(struct iwl_drv * drv,struct fw_desc * desc,struct fw_sec * sec) iwl_alloc_fw_desc() argument
290 struct fw_sec *sec; global() member
340 get_sec(struct iwl_firmware_pieces * pieces,enum iwl_ucode_type type,int sec) get_sec() argument
347 alloc_sec_data(struct iwl_firmware_pieces * pieces,enum iwl_ucode_type type,int sec) alloc_sec_data() argument
367 set_sec_data(struct iwl_firmware_pieces * pieces,enum iwl_ucode_type type,int sec,const void * data) set_sec_data() argument
377 set_sec_size(struct iwl_firmware_pieces * pieces,enum iwl_ucode_type type,int sec,size_t size) set_sec_size() argument
387 get_sec_size(struct iwl_firmware_pieces * pieces,enum iwl_ucode_type type,int sec) get_sec_size() argument
394 set_sec_offset(struct iwl_firmware_pieces * pieces,enum iwl_ucode_type type,int sec,u32 offset) set_sec_offset() argument
410 struct fw_sec *sec; iwl_store_ucode_sec() local
1374 struct fw_desc *sec; iwl_alloc_ucode() local
[all...]
/freebsd/sys/fs/ext2fs/
H A Dext2_inode_cnv.c133 ext2_decode_extra_time(ext_time_t *sec, int32_t *nsec, uint32_t extra) in ext2_decode_extra_time()
241 ext2_encode_extra_time(int64_t sec, int32_t nsec) in ext2_encode_extra_time()
/freebsd/contrib/bsddialog/examples_library/
H A Dpause.c17 unsigned int sec; in main() local
/freebsd/lib/libkldelf/
H A Def_obj.c53 int sec; /* Original section */ member
60 int sec; member
66 int sec; member
192 int error, i, sec; in ef_obj_seg_read_rel() local
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_compound_literal_comma.c2 unsigned long long sec; member
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp593 void RISCV::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc()
711 if (auto *sec = dyn_cast_or_null<InputSection>(d->section)) in initSymbolAnchors() local
735 static void relaxCall(const InputSection &sec, size_t i, uint64_t loc, in relaxCall()
762 static void relaxTlsLe(const InputSection &sec, size_t i, uint64_t loc, in relaxTlsLe()
790 static void relaxHi20Lo12(const InputSection &sec, size_t i, uint64_t loc, in relaxHi20Lo12()
814 static bool relax(InputSection &sec) { in relax()
1061 unsigned &mergedXlen, const InputSectionBase *sec, in mergeArch()
1186 for (const InputSectionBase *sec : sections) { in mergeAttributesSection() local
/freebsd/contrib/ntp/libntp/
H A Duglydate.c22 time_t sec; uglydate() local
/freebsd/sbin/ipf/libipf/
H A Doptprintv6.c15 optprintv6(u_short *sec, u_long optmsk, u_long optbits) in optprintv6()

12345678910>>...12