HomeSort by relevance Sort by last modified time
    Searched refs:section_names (Results 1 - 15 of 15) sorted by null

  /external/google-breakpad/src/common/linux/
elfutils-inl.h 50 const char* section_names,
62 const char* section_name = section_names + sections[i].sh_name;
elfutils.cc 62 const Shdr* section_names = sections + elf_header->e_shstrndx; local
64 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset);
65 const char *names_end = names + section_names->sh_size;
elfutils.h 92 const char* section_names,
dump_symbols.cc 246 const Shdr* section_names = sections + elf_header->e_shstrndx; local
250 section_names->sh_offset) +
607 const Shdr* section_names = sections + elf_header->e_shstrndx; local
609 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset);
610 const char *names_end = names + section_names->sh_size;
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_ucm.c 245 struct section_name *section_names = NULL, *s_name; local
277 DL_APPEND(section_names, s_name);
283 return section_names;
292 struct section_name *section_names; local
295 section_names = ucm_get_sections_for_var(mgr, var, value, identifier,
298 return section_names;
534 struct section_name *section_names, *c; local
537 section_names = ucm_get_devices_for_var(mgr, jack_var, jack, direction);
539 DL_FOREACH(section_names, c) {
553 DL_FOREACH(section_names, c)
565 struct section_name *section_names, *c; local
965 struct section_name *section_names, *c; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_unittest.cc 115 delete sd.section_names;
116 sd.section_names = NULL;
  /external/adhd/scripts/
ini_editor.py 344 section_names: A list of section names.
354 self.section_names = []
363 The names of each section is stored in section_names list.
371 self.section_names = []
376 self.section_names.append(name)
393 for index, name in enumerate(self.section_names):
395 if index < len(self.section_names) - 1:
  /external/toolchain-utils/cros_utils/
perf_diff.py 205 section_names = self._FindAllSections()
212 for section_name in section_names:
219 for section_name in section_names:
  /external/adhd/cras/src/tests/
alsa_ucm_unittest.cc 224 struct section_name *section_names, *c; local
244 section_names = ucm_get_sections_for_var(mgr, "Var", "Value2", "Identifier",
247 ASSERT_TRUE(section_names);
248 EXPECT_EQ(0, strcmp(section_names->name, "Sec2"));
249 EXPECT_EQ(0, strcmp(section_names->next->name, "Sec3"));
256 DL_FOREACH(section_names, c) {
257 DL_DELETE(section_names, c);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
object.cc 58 if (this->section_names != NULL)
59 delete this->section_names;
212 sd->section_names = this->get_lasting_view(shdrnames.get_sh_offset(),
323 memcpy(gc_sd->section_names_data, sd->section_names->data(),
804 const unsigned char* namesu = sd->section_names->data();
964 const char* section_names,
    [all...]
dynobj.cc 377 const unsigned char* namesu = sd->section_names->data();
487 const unsigned char* pnamesu = sd->section_names->data();
511 delete sd->section_names;
512 sd->section_names = NULL;
    [all...]
object.h 61 : section_headers(NULL), section_names(NULL), symbols(NULL),
70 File_view* section_names; member in struct:gold::Read_symbols_data
    [all...]
powerpc.cc     [all...]
mips.cc     [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc     [all...]

Completed in 305 milliseconds