| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 96 static uint64_t getAddend(Ctx &ctx, InputSectionBase &sec, in getAddend() 103 static uint64_t getAddend(Ctx &, InputSectionBase &sec, in getAddend() 110 static uint64_t getAddend(Ctx &, InputSectionBase &sec, in getAddend() 117 void MarkLive<ELFT, TrackWhyLive>::resolveReloc(InputSectionBase &sec, in resolveReloc() 209 static bool isReserved(InputSectionBase *sec) { in isReserved() 229 void MarkLive<ELFT, TrackWhyLive>::enqueue(InputSectionBase *sec, in enqueue() 267 auto *sec = dyn_cast_or_null<InputSectionBase>(d->section); in printWhyLive() local 291 InputSectionBase *sec = nullptr; in printWhyLive() local 307 InputSectionBase *sec = so.first; in printWhyLive() local 449 InputSectionBase &sec = *queue.pop_back_val(); in mark() local
|
| H A D | LinkerScript.cpp | 141 OutputDesc *sec; in createOutputSection() local 234 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; in addSymbol() local 382 const OutputSection &sec = cast<OutputDesc>(cmd)->osec; in declareSymbols() local 461 sections, [](InputSectionBase *sec) { return sec->flags & SHF_WRITE; }); in matchConstraints() 531 auto flagsMatch = [cmd](InputSectionBase *sec) { in computeInputSections() 557 InputSectionBase *sec = sections[i]; in computeInputSections() local 917 auto *sec = cast<InputSection>(isec); in addInputSec() local 1013 } else if (OutputSection *sec = findByName(sectionCommands, name)) { in addOrphanSections() local 1036 if (auto *sec = dyn_cast<InputSection>(isec)) { in addOrphanSections() local 1072 for (const InputSectionBase *sec : orphanSections) { in diagnoseOrphanHandling() local [all …]
|
| H A D | Writer.cpp | 148 static Defined *addOptionalRegular(Ctx &ctx, StringRef name, SectionBase *sec, in addOptionalRegular() 476 SectionBase *sec = d->section; in includeInSymtab() local 562 static bool isRelroSection(Ctx &ctx, const OutputSection *sec) { in isRelroSection() 807 void PhdrEntry::add(OutputSection *sec) { in add() 845 InputSection *sec = ctx.in.gotPlt.get(); in setReservedSymbolSections() local 971 OutputSection *sec = &cast<OutputDesc>(*e)->osec; in findOrphanPos() local 1133 if (auto *sec = dyn_cast_or_null<InputSectionBase>(d->section)) { in buildSectionOrder() local 1461 static void finalizeSynthetic(Ctx &ctx, SyntheticSection *sec) { in finalizeSynthetic() 1468 static bool canInsertPadding(OutputSection *sec) { in canInsertPadding() 1667 const SectionBase *sec = def->section; in fixSymbolsAfterShrinking() local [all …]
|
| H A D | InputSection.h | 45 #define invokeOnRelocs(sec, f, ...) \ argument 147 const InputSectionBase *sec; member 151 const InputSectionBase &sec; member 388 InputSectionBase *sec; member 485 static bool classof(const SectionBase *sec) { in classof() 512 static bool classof(const SectionBase *sec) { in classof() 522 inline bool isDebugSection(const InputSectionBase &sec) { in isDebugSection()
|
| H A D | InputSection.cpp | 37 std::string elf::toStr(Ctx &ctx, const InputSectionBase *sec) { in toStr() 42 const InputSectionBase *sec) { in operator <<() 120 static void decompressAux(Ctx &ctx, const InputSectionBase &sec, uint8_t *out, in decompressAux() 158 auto *sec = makeThreadLocal<InputSection>(*f, shdr, name); in relsOrRelas() local 236 InputSection *sec; in getOutputSection() local 329 auto &sec = msg.sec; in operator <<() local 363 auto *sec = msg.sec; in operator <<() local 438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations() local 473 InputSectionBase *sec = getRelocatedSection(); in copyRelocations() local 512 Elf_Shdr_Impl<ELFT> sec = file->template getELFShdrs<ELFT>()[secIdx]; in copyRelocations() local [all …]
|
| H A D | InputFiles.cpp | 476 for (const Elf_Shdr &sec : sections) in findSection() local 557 const Elf_Shdr &sec = objSections[i]; in parse() local 668 const Elf_Shdr &sec) { in getShtGroupSignature() 677 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge() 751 const Elf_Shdr &sec = objSections[i]; in initializeSections() local 845 const Elf_Shdr &sec = objSections[i]; in initializeSections() local 978 static void readGnuProperty(Ctx &ctx, const InputSection &sec, in readGnuProperty() 1053 const Elf_Shdr &sec, in createInputSection() 1225 InputSectionBase *sec = sections[secIdx]; in initSectionsAndLocalSyms() local 1289 InputSectionBase *sec = sections[secIdx]; in postParse() local [all …]
|
| H A D | DWARF.cpp | 103 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, in findAux() 136 auto &sec = static_cast<const LLDDWARFSection &>(s); in find() local
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | sec.c | 9 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 D | bss_load.c | 20 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 D | airtime_policy.c | 37 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 D | ptunit-mapped_section.c | 39 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/dev/qat/qat_common/ |
| H A D | adf_cfg.c | 128 adf_cfg_keyval_add(struct adf_cfg_key_val *new, struct adf_cfg_section *sec) in adf_cfg_keyval_add() 134 adf_cfg_keyval_remove(const char *key, struct adf_cfg_section *sec) in adf_cfg_keyval_remove() 217 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_del() local 292 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, sec_name); in adf_cfg_key_val_get() local 385 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_save_section() local 488 struct adf_cfg_section *sec = adf_cfg_sec_find(accel_dev, name); in adf_cfg_section_add() local 508 struct adf_cfg_section *sec = NULL; in adf_cfg_derived_section_add() local
|
| /freebsd/contrib/mandoc/ |
| H A D | mdoc_state.c | 212 setsec(struct roff_node *n, enum roff_sec sec) in setsec() 230 enum roff_sec sec; in state_sh() local
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | time.c | 52 krb5_timestamp sec, in krb5_set_real_time() 96 krb5_timestamp *sec, in krb5_us_timeofday()
|
| /freebsd/sys/contrib/ck/src/ |
| H A D | ck_ec_timeutil.h | 44 time_t sec; in timespec_add_ns() local 86 time_t sec; in timespec_add() local
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ConcatOutputSection.h | 49 static bool classof(const OutputSection *sec) { in classof() 78 static bool classof(const OutputSection *sec) { in classof()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_bypass.c | 95 ixgbe_get_bypass_time(u32 *year, u32 *sec) in ixgbe_get_bypass_time() 507 u32 sec, year; in ixgbe_bp_wd_reset() local 635 u32 mon, days, hours, min, sec; in ixgbe_bp_log() local 720 u32 mask, value, sec, year; in ixgbe_bypass_init() local
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_inode_cnv.c | 133 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 D | pause.c | 17 unsigned int sec; in main() local
|
| /freebsd/lib/libkldelf/ |
| H A D | ef_obj.c | 53 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/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 168 static int iwl_alloc_fw_desc(struct fw_desc *desc, struct fw_sec *sec) in iwl_alloc_fw_desc() 410 struct fw_sec *sec; member 456 int sec) in alloc_sec_data() 476 int sec, in set_sec_data() 486 int sec, in set_sec_size() 496 int sec) in get_sec_size() 503 int sec, in set_sec_offset() 517 struct fw_sec *sec; in iwl_store_ucode_sec() local 1493 struct fw_desc *sec; in iwl_alloc_ucode_mem() local
|
| /freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
| H A D | d_c99_compound_literal_comma.c | 2 unsigned long long sec; member
|
| /freebsd/contrib/ntp/libntp/ |
| H A D | uglydate.c | 22 time_t sec; uglydate() local
|
| /freebsd/sbin/ipf/libipf/ |
| H A D | optprintv6.c | 15 optprintv6(u_short *sec, u_long optmsk, u_long optbits) in optprintv6()
|
| /freebsd/sys/sys/ |
| H A D | clock.h | 78 int sec; /* second (0 - 59) */ member 114 uint8_t sec; /* second (0 - 59) */ member
|