Searched +defs:load +defs:file +defs:name (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile.cpp | 98 relativize(const fs::path& root, const fs::path& file) in relativize() 254 const fs::path file = relativize(_source_root, _relative_filename); in callback_current_kyuafile() local 275 const fs::path file = relativize(_relative_filename.branch_path(), in callback_include() local 362 callback_test_suite(const std::string& name) in callback_test_suite() 643 engine::kyuafile::load(const fs::path& file, in load() function in engine::kyuafile
|
/freebsd/sys/x86/x86/ |
H A D | ucode.c | 62 int (*load)(const void *, ucode_load_how how, uint64_t *, uint64_t *); member 321 char *name, *type; in ucode_release() local 322 caddr_t file; in ucode_release() local 411 caddr_t file; in ucode_load_bsp() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 49 static bool isSectionPrefix(StringRef prefix, StringRef name) { in isSectionPrefix() 134 OutputDesc *LinkerScript::createOutputSection(StringRef name, in createOutputSection() 150 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() 311 for (StringRef name : cmd.names) { in processInsertCommands() local 388 static inline StringRef getFilename(const InputFile *file) { in getFilename() 759 StringRef name) { in findByName() 885 StringRef name = getOutputSectionName(s); in addOrphanSections() local 954 StringRef name = getOutputSectionName(sec); in diagnoseOrphanHandling() local 1022 static OutputSection *findFirstSection(PhdrEntry *load) { in findFirstSection() 1583 ExprValue LinkerScript::getSymbolValue(StringRef name, const Twine &loc) { in getSymbolValue() [all …]
|
H A D | Writer.cpp | 141 static Defined *addOptionalRegular(StringRef name, SectionBase *sec, in addOptionalRegular() 158 auto addAbsolute = [](StringRef name) { in addReservedSymbols() 295 static OutputSection *findSection(StringRef name, unsigned partition = 1) { in findSection() 382 static void markUsedLocalSymbolsImpl(ObjFile<ELFT> *file, in markUsedLocalSymbolsImpl() 739 StringRef name = osec.name; in getSectionRank() local 758 StringRef name = osec.name; in getSectionRank() local 801 std::string name = config->isRela ? "__rela_iplt_start" : "__rel_iplt_start"; in addRelIpltSymbols() local 1189 StringRef name = osec.name; in sortSection() local 1858 if (auto *file = dyn_cast_or_null<SharedFile>(sym->file)) in finalizeSections() local 2169 PhdrEntry *load = nullptr; in createPhdrs() local [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 256 auto file = FileSystem::Instance().Open( in DoExecute() local 270 auto file = FileSystem::Instance().Open( in DoExecute() local 791 static size_t GetVariableCallback(void *baton, const char *name, in GetVariableCallback() 1547 const char *name, bool name_is_regex, in LookupSymbolInModule() 1638 const char *name, bool name_is_regex, in LookupFunctionInModule() 1843 const char *name, in CommandObjectTargetModulesModuleAutoComplete() 1870 CommandInterpreter &interpreter, const char *name, const char *help, in CommandObjectTargetModulesSourceFileAutoComplete() 2880 const bool load = m_load_option.GetOptionValue().GetCurrentValue(); in DoExecute() local 5138 bool enable, const char *name, in CommandObjectTargetStopHookEnableDisable()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 919 char name[32]; in ztest_parse_name_value() local 1273 ztest_is_draid_spare(const char *name) in ztest_is_draid_spare() 1291 nvlist_t *file; in make_vdev_file() local 1622 ztest_dmu_objset_own(const char *name, dmu_objset_type_t type, in ztest_dmu_objset_own() 1947 char *name = (char *)&lr->lr_data[0]; /* name follows lr */ in ztest_log_create() local 1964 char *name = (char *)&lr->lr_data[0]; /* name follows lr */ in ztest_log_remove() local 2053 char *name = (char *)&lrc->lr_data[0]; /* name follows lr */ in ztest_replay_create() local 2143 char *name = (char *)&lr->lr_data[0]; /* name follows lr */ in ztest_replay_remove() local 2576 ztest_lr_alloc(size_t lrsize, char *name) in ztest_lr_alloc() 2590 ztest_lr_free(void *lr, size_t lrsize, char *name) in ztest_lr_free() [all …]
|