Searched refs:name_ (Results 1 – 8 of 8) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 157 name_ = name; in Read() 211 DL_ERR("can't read file \"%s\": %s", name_.c_str(), strerror(errno)); in ReadElfHeader() 216 DL_ERR("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_.c_str(), in ReadElfHeader() 234 DL_ERR("\"%s\" has bad ELF magic: %02x%02x%02x%02x", name_.c_str(), in VerifyElfHeader() 245 DL_ERR("\"%s\" is 32-bit instead of 64-bit", name_.c_str()); in VerifyElfHeader() 247 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class); in VerifyElfHeader() 254 DL_ERR("\"%s\" is 64-bit instead of 32-bit", name_.c_str()); in VerifyElfHeader() 256 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class); in VerifyElfHeader() 263 DL_ERR("\"%s\" not little-endian: %d", name_.c_str(), header_.e_ident[EI_DATA]); in VerifyElfHeader() 268 DL_ERR("\"%s\" has unexpected e_type: %d", name_.c_str(), header_.e_type); in VerifyElfHeader() [all …]
|
D | linker_config.h | 78 : name_(name), isolated_(false), visible_(false) in NamespaceConfig() 82 return name_.c_str(); in name() 133 const std::string name_;
|
D | linker_namespaces.h | 79 const char* get_name() const { return name_.c_str(); } in get_name() 80 void set_name(const char* name) { name_ = name; } in set_name() 167 std::string name_;
|
D | linker_phdr.h | 49 const char* name() const { return name_.c_str(); } in name() 77 std::string name_; variable
|
D | linker_soinfo.h | 117 : name_(name), has_elf_hash_(false), has_gnu_hash_(false), in SymbolName() 121 return name_; in get_name() 128 const char* name_;
|
D | linker_soinfo.cpp | 936 elf_hash_ = calculate_elf_hash(name_); in elf_hash() 945 gnu_hash_ = calculate_gnu_hash(name_).first; in gnu_hash()
|
D | linker.cpp | 546 return name_; in get_name() 649 : name_(name), needed_by_(needed_by), si_(nullptr), in LoadTask() 659 const char* name_; member in LoadTask
|
/bionic/libc/private/ |
D | MallocXmlElem.h | 29 const char* attr_fmt = nullptr, ...) : fd_(fd), name_(name) { in fd_() 30 dprintf(fd_, "<%s", name_); in fd_() 42 dprintf(fd_, "</%s>", name_); in ~MallocXmlElem() 54 const char* name_; variable
|