Home
last modified time | relevance | path

Searched refs:strx (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/protobuf-codegen/src/
Dfile.rs3 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()
Dlib.rs51 pub(crate) mod strx; module
Drust_types_values.rs11 use strx::capitalize;
/external/llvm-project/lld/MachO/
DSyntheticSections.cpp591 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 …]
DSyntheticSections.h409 size_t strx; member
414 uint32_t strx = 0; member
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Dmalformed-machos.test55 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/
Drun-varlocs.sh377 producer (strx)
379 name (strx)
380 comp_dir (strx)
435 name (strx)
/external/rust/crates/protobuf/src/
Dlib.rs85 mod strx; module
Ddescriptorx.rs13 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/
Dbsd.py165 strx = get_uint32(self.file)
167 str_offset_pairs.append((strx, offset))
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def455 HANDLE_DW_FORM(0x1a, strx, 5, DWARF)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def473 HANDLE_DW_FORM(0x1a, strx, 5, DWARF)
/external/elfutils/src/
DChangeLog970 Use print_form_data for strx and sup strings.