Searched defs:ELFConfig (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjCopy/ELF/ |
D | ELFConfig.h | 19 struct ELFConfig { struct 20 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT; 22 std::vector<std::pair<NameMatcher, uint8_t>> SymbolsToSetVisibility; 28 std::function<uint64_t(uint64_t)> EntryExpr; 30 bool AllowBrokenLinks = false; 31 bool KeepFileSymbols = false; 32 bool LocalizeHidden = false;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjCopy/ELF/ |
D | ELFConfig.h | 19 struct ELFConfig { struct 20 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT; 22 std::vector<std::pair<NameMatcher, uint8_t>> SymbolsToSetVisibility; 28 std::function<uint64_t(uint64_t)> EntryExpr; 30 bool AllowBrokenLinks = false; 31 bool KeepFileSymbols = false; 32 bool LocalizeHidden = false;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjCopy/ELF/ |
D | ELFConfig.h | 19 struct ELFConfig { struct 20 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT; 22 std::vector<std::pair<NameMatcher, uint8_t>> SymbolsToSetVisibility; 28 std::function<uint64_t(uint64_t)> EntryExpr; 30 bool AllowBrokenLinks = false; 31 bool KeepFileSymbols = false; 32 bool LocalizeHidden = false;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/ELF/ |
D | ELFConfig.h | 18 struct ELFConfig { struct 19 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT; 25 std::function<uint64_t(uint64_t)> EntryExpr; 27 bool AllowBrokenLinks = false; 28 bool KeepFileSymbols = false; 29 bool LocalizeHidden = false;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/ELF/ |
H A D | ELFConfig.h | 20 struct ELFConfig { struct 21 uint8_t NewSymbolVisibility = (uint8_t)ELF::STV_DEFAULT; 27 std::function<uint64_t(uint64_t)> EntryExpr; 29 bool AllowBrokenLinks = false; 30 bool KeepFileSymbols = false; 31 bool LocalizeHidden = false;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 269 const ELFConfig &ELFConfig, Object &Obj) { in updateAndRemoveSymbols() 369 const ELFConfig &ELFConfig, Object &Obj) { in replaceAndRemoveSections() 599 static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig, in handleArgs() 770 const ELFConfig &ELFConfig, in executeObjcopyOnIHex() 785 const ELFConfig &ELFConfig, in executeObjcopyOnRawBinary() 803 const ELFConfig &ELFConfig, in executeObjcopyOnBinary()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ |
H A D | ObjCopy.cpp | 41 Expected<const ELFConfig &> ELFConfig = Config.getELFConfig(); in executeObjcopyOnBinary() local
|