Searched refs:strx (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/protobuf-codegen/src/ |
D | file.rs | 3 use crate::strx; 16 let without_dir = strx::remove_to(path, std::path::is_separator); in proto_path_to_rust_mod() 17 let without_suffix = strx::remove_suffix(without_dir, ".proto"); in proto_path_to_rust_mod()
|
D | lib.rs | 51 pub(crate) mod strx; module
|
D | rust_types_values.rs | 11 use strx::capitalize;
|
/external/llvm-project/lld/MachO/ |
D | SyntheticSections.cpp | 591 stab.strx = stringTableSection.addString( in emitBeginSourceStab() 614 stab.strx = stringTableSection.addString(saver.save(path.str())); in emitObjectFileStab() 668 symStab.strx = stringTableSection.addString(defined->getName()); in emitStabs() 695 uint32_t strx = stringTableSection.addString(sym->getName()); in finalizeContents() local 696 localSymbols.push_back({sym, strx}); in finalizeContents() 704 uint32_t strx = stringTableSection.addString(sym->getName()); in finalizeContents() local 707 externalSymbols.push_back({sym, strx}); in finalizeContents() 709 undefinedSymbols.push_back({sym, strx}); in finalizeContents() 731 nList->n_strx = entry.strx; in writeTo() 741 nList->n_strx = entry.strx; in writeTo() [all …]
|
D | SyntheticSections.h | 409 size_t strx; member 414 uint32_t strx = 0; member
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | malformed-machos.test | 55 RUN: not llvm-objdump --macho -d %p/Inputs/macho-invalid-symbol-strx 2>&1 | FileCheck --check-prefi… 56 INVALID-SYMBOL-STRX: macho-invalid-symbol-strx': truncated or malformed object (bad string table in… 58 RUN: llvm-objdump -d %p/Inputs/macho-invalid-symbol-strx 2>&1 | FileCheck --check-prefix INVALID-SY… 59 INVALID-SYMBOL-STRX-NO-MACHO-FLAG: macho-invalid-symbol-strx': truncated or malformed object (bad s… 61 RUN: not llvm-objdump --macho -d --arch all %p/Inputs/macho-invalid-symbol-strx-universal 2>&1 | Fi… 62 INVALID-SYMBOL-STRX-UNIVERSAL: macho-invalid-symbol-strx-universal' (for architecture i386): trunca…
|
/external/elfutils/tests/ |
D | run-varlocs.sh | 377 producer (strx) 379 name (strx) 380 comp_dir (strx) 435 name (strx)
|
/external/rust/crates/protobuf/src/ |
D | lib.rs | 85 mod strx; module
|
D | descriptorx.rs | 13 use crate::strx; 26 let without_dir = strx::remove_to(path, '/'); in proto_path_to_rust_mod() 27 let without_suffix = strx::remove_suffix(without_dir, ".proto"); in proto_path_to_rust_mod()
|
/external/llvm-project/lldb/examples/python/ |
D | bsd.py | 165 strx = get_uint32(self.file) 167 str_offset_pairs.append((strx, offset))
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 455 HANDLE_DW_FORM(0x1a, strx, 5, DWARF)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 473 HANDLE_DW_FORM(0x1a, strx, 5, DWARF)
|
/external/elfutils/src/ |
D | ChangeLog | 970 Use print_form_data for strx and sup strings.
|