/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | SizeTraits.h | 25 typedef uint32_t Word; typedef 34 typedef uint64_t Word; typedef 48 typedef llvm::ELF::Elf32_Word Word; typedef 66 typedef llvm::ELF::Elf64_Word Word; typedef 140 typename SizeTraits<SIZE>::Word bswap(typename SizeTraits<SIZE>::Word pData); 143 inline SizeTraits<32>::Word bswap<32>(SizeTraits<32>::Word pData) { 148 inline SizeTraits<64>::Word bswap<64>(SizeTraits<64>::Word pData) {
|
/aosp12/bionic/linker/ |
H A D | linker_note_gnu_property_test.cpp | 108 bool push(ElfW(Word) pr_type, ElfW(Word) pr_datasz, const T* pr_data) { in push() 119 step(2 * sizeof(ElfW(Word))); in push() 165 ElfW(Word) offset() const { return note->nhdr.n_descsz + 16; } in offset() 169 note->nhdr.n_descsz += static_cast<ElfW(Word)>(value); in step() 339 ElfW(Word) pr_data[] = {GNU_PROPERTY_AARCH64_FEATURE_1_BTI}; in TEST() 353 ElfW(Word) pr_data[] = {static_cast<ElfW(Word)>(~GNU_PROPERTY_AARCH64_FEATURE_1_BTI)}; in TEST() 368 ElfW(Word) pr_data_0[8] = {0xCD}; in TEST() 373 ElfW(Word) pr_data[] = {GNU_PROPERTY_AARCH64_FEATURE_1_BTI}; in TEST() 390 ElfW(Word) pr_data[] = {GNU_PROPERTY_AARCH64_FEATURE_1_BTI}; in TEST() 393 ElfW(Word) n_descsz; in TEST() [all …]
|
H A D | linker_note_gnu_property.cpp | 123 ElfW(Word) offset = 0; in Parse() 139 const ElfW(Word) property_size = in Parse() 161 const ElfW(Word) flags = *reinterpret_cast<const ElfW(Word)*>(&property->pr_data[0]); in Parse()
|
H A D | linker_phdr.h | 58 const char* get_string(ElfW(Word) index) const; 147 ElfW(Word)* dynamic_flags);
|
H A D | linker_soinfo.h | 286 const char* get_string(ElfW(Word) index) const; 364 bool lookup_version_info(const VersionTracker& version_tracker, ElfW(Word) sym,
|
H A D | linker.h | 66 void add_version_info(size_t source_index, ElfW(Word) elf_hash,
|
H A D | linker_relocate.cpp | 47 static bool is_tls_reloc(ElfW(Word) type) { in is_tls_reloc() 74 ElfW(Word) cache_sym_val = 0; 84 const char* get_string(ElfW(Word) index) { in get_string()
|
H A D | linker_phdr.cpp | 191 const char* ElfReader::get_string(ElfW(Word) index) const { in get_string() 1132 ElfW(Word)* dynamic_flags) { in phdr_table_get_dynamic_section()
|
/aosp12/frameworks/native/libs/ftl/ |
H A D | small_vector_test.cpp | 264 struct Word { in TEST() struct 265 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument 268 bool operator==(const Word& other) const { return other.str == str; } in TEST() argument 271 SmallVector words = ftl::init::list<Word>("colored")("velour"); in TEST() 275 const Word& word = words.replace(words.last(), words.back().str.substr(0, 3) + "vet"); in TEST() 276 EXPECT_EQ(word, Word("velvet")); in TEST() 286 const Word& word = words.replace(words.begin(), words.front().str.substr(4)); in TEST() 287 EXPECT_EQ(word, Word("red")); in TEST() 290 EXPECT_EQ(words, (SmallVector{Word("red"), Word("velvet"), Word("cake")})); in TEST()
|
H A D | static_vector_test.cpp | 256 struct Word { in TEST() struct 257 explicit Word(std::string str) : str(std::move(str)) {} in TEST() function 261 StaticVector words = ftl::init::list<Word>("red")("velour")("cake"); in TEST() 265 const Word& word = words.replace(it, it->str.substr(0, 3) + "vet"); in TEST()
|
/aosp12/art/libelffile/elf/ |
H A D | elf_utils.h | 32 typedef Elf32_Word Word; typedef 47 typedef Elf64_Word Word; typedef
|
/aosp12/art/runtime/ |
H A D | elf_file.cc | 636 typename ElfTypes::Word* ElfFileImpl<ElfTypes>::GetHashSectionStart() const { in GetHashSectionStart() 641 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucketNum() const { in GetHashBucketNum() 646 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChainNum() const { in GetHashChainNum() 651 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucket(size_t i, bool* ok) const { in GetHashBucket() 662 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChain(size_t i, bool* ok) const { in GetHashChain() 673 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetProgramHeaderNum() const { in GetProgramHeaderNum() 697 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSectionHeaderNum() const { in GetSectionHeaderNum() 804 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetSymbolNum(Elf_Shdr& section_header) const { in GetSymbolNum() 952 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetDynamicNum() const { in GetDynamicNum() 990 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetRelNum(Elf_Shdr& section_header) const { in GetRelNum() [all …]
|
H A D | elf_file_impl.h | 36 using Elf_Word = typename ElfTypes::Word;
|
/aosp12/bionic/libc/malloc_debug/ |
H A D | MapData.cpp | 116 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_type), &phdr.p_type)) { in read_loadbias() 119 if (!get_val<ElfW(Word)>(entry, addr + offsetof(ElfW(Phdr), p_flags), &phdr.p_flags)) { in read_loadbias()
|
/aosp12/system/chre/platform/shared/include/chre/platform/shared/ |
H A D | nanoapp_loader.h | 113 using ElfWord = ElfW(Word);
|
/aosp12/frameworks/compile/mclinker/lib/LD/ |
H A D | ELFObjectWriter.cpp | 483 typedef typename ELFSizeTraits<SIZE>::Word ElfXX_Word; in emitRel() 525 typedef typename ELFSizeTraits<SIZE>::Word ElfXX_Word; in emitRela() 564 typedef typename ELFSizeTraits<SIZE>::Word ElfXX_Word; in getSectEntrySize()
|
/aosp12/art/compiler/debug/ |
H A D | elf_symtab_writer.h | 165 typename ElfTypes::Word dex_name = strtab->Write(kDexFileSymbolName); in WriteDebugSymbols()
|
/aosp12/art/tools/create_minidebuginfo/ |
H A D | create_minidebuginfo.cc | 46 using Elf_Word = typename ElfTypes::Word; in WriteMinidebugInfo()
|
/aosp12/system/timezone/output_data/icu_overlay/ |
H A D | LICENSE | 78 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt) 282 3. Lao Word Break Dictionary Data (laodict.txt) 324 4. Burmese Word Break Dictionary Data (burmesedict.txt) 345 # Neither the name Myanmar Karen Word Lists, nor the names of its
|
/aosp12/system/timezone/testing/data/test1/output_data/icu_overlay/ |
H A D | LICENSE | 78 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt) 282 3. Lao Word Break Dictionary Data (laodict.txt) 324 4. Burmese Word Break Dictionary Data (burmesedict.txt) 345 # Neither the name Myanmar Karen Word Lists, nor the names of its
|
/aosp12/system/timezone/testing/data/test2/output_data/icu_overlay/ |
H A D | LICENSE | 78 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt) 282 3. Lao Word Break Dictionary Data (laodict.txt) 324 4. Burmese Word Break Dictionary Data (burmesedict.txt) 345 # Neither the name Myanmar Karen Word Lists, nor the names of its
|
/aosp12/system/timezone/testing/data/test3/output_data/icu_overlay/ |
H A D | LICENSE | 78 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt) 282 3. Lao Word Break Dictionary Data (laodict.txt) 324 4. Burmese Word Break Dictionary Data (burmesedict.txt) 345 # Neither the name Myanmar Karen Word Lists, nor the names of its
|
/aosp12/bionic/libc/bionic/ |
H A D | libc_init_static.cpp | 202 *result = *reinterpret_cast<const ElfW(Word)*>(desc); in __read_memtag_note()
|
/aosp12/frameworks/minikin/doc/ |
H A D | hyb_file_format.md | 31 [Word Hy-phen-a-tion by Com-put-er](http://www.tug.org/docs/liang/liang-thesis.pdf) by
|
/aosp12/hardware/interfaces/gnss/1.0/ |
H A D | IGnssNavigationMessageCallback.hal | 123 * A value of 0 is only allowed if the Satellite is transmiting a Spare Word.
|