Searched refs:name_ (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/
H A Dbenchmark_main.cpp63 return name_;
78 int match = regexec(&re, name_, 0, NULL, 0);
88 name_ = name;
93 fprintf(stderr, "%s: missing function\n", name_);
105 fprintf(stderr, "%s: no args!\n", name_);
155 snprintf(full_name, sizeof(full_name), "%s/%dM", name_, arg/(1<<20));
157 snprintf(full_name, sizeof(full_name), "%s/%dK", name_, arg/(1<<10));
159 snprintf(full_name, sizeof(full_name), "%s/%d", name_, arg);
162 snprintf(full_name, sizeof(full_name), "%s", name_);
H A Dbenchmark.h41 const char* name_; member in class:testing::Benchmark
/bionic/linker/
H A Dlinker_phdr.cpp119 : name_(name), fd_(fd),
146 DL_ERR("can't read file \"%s\": %s", name_, strerror(errno));
150 DL_ERR("\"%s\" is too small to be an ELF executable", name_);
161 DL_ERR("\"%s\" has bad ELF magic", name_);
166 DL_ERR("\"%s\" not 32-bit: %d", name_, header_.e_ident[EI_CLASS]);
170 DL_ERR("\"%s\" not little-endian: %d", name_, header_.e_ident[EI_DATA]);
175 DL_ERR("\"%s\" has unexpected e_type: %d", name_, header_.e_type);
180 DL_ERR("\"%s\" has unexpected e_version: %d", name_, header_.e_version);
193 DL_ERR("\"%s\" has unexpected e_machine: %d", name_, header_.e_machine);
208 DL_ERR("\"%s\" has invalid e_phnum: %d", name_, phdr_num
[all...]
H A Dlinker_phdr.h62 const char* name_; member in class:ElfReader

Completed in 152 milliseconds