Home
last modified time | relevance | path

Searched defs:ELFConfig (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFConfig.h19 struct ELFConfig { argument
18 struct ELFConfig { global() struct
25 EntryExprELFConfig global() argument
27 AllowBrokenLinksELFConfig global() argument
28 KeepFileSymbolsELFConfig global() argument
29 LocalizeHiddenELFConfig global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp286 updateAndRemoveSymbols(const CommonConfig & Config,const ELFConfig & ELFConfig,Object & Obj) updateAndRemoveSymbols() argument
386 replaceAndRemoveSections(const CommonConfig & Config,const ELFConfig & ELFConfig,Object & Obj) replaceAndRemoveSections() argument
616 handleArgs(const CommonConfig & Config,const ELFConfig & ELFConfig,Object & Obj) handleArgs() argument
790 executeObjcopyOnIHex(const CommonConfig & Config,const ELFConfig & ELFConfig,MemoryBuffer & In,raw_ostream & Out) executeObjcopyOnIHex() argument
805 executeObjcopyOnRawBinary(const CommonConfig & Config,const ELFConfig & ELFConfig,MemoryBuffer & In,raw_ostream & Out) executeObjcopyOnRawBinary() argument
823 executeObjcopyOnBinary(const CommonConfig & Config,const ELFConfig & ELFConfig,object::ELFObjectFileBase & In,raw_ostream & Out) executeObjcopyOnBinary() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp103 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); in executeObjcopyOnIHex() local
124 Expected<const ELFConfig &> ELFConfig = ConfigMgr.getELFConfig(); executeObjcopyOnRawBinary() local
[all...]
H A DObjcopyOptions.cpp592 ELFConfig &ELFConfig = ConfigMgr.ELF; parseObjcopyOptions() local
1276 ELFConfig &ELFConfig = ConfigMgr.ELF; parseStripOptions() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local