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

  /toolchain/binutils/binutils-2.27/bfd/
libieee.h 80 asection **section_table; member in struct:ieee_data_struct
ieee.c 554 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
562 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
571 ieee->section_table[must_parse_int (&(ieee->h))]->size);
1113 n = bfd_realloc (ieee->section_table, amt);
1120 ieee->section_table = n;
1124 if (ieee->section_table[sindex] == (asection *) NULL)
1133 ieee->section_table[sindex] = section;
1135 ieee->section_table[sindex] = section;
1137 return ieee->section_table[sindex];
1280 section = ieee->section_table[must_parse_int (&(ieee->h))]
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 62 static section_process_fn section_table[] = { variable
801 section_process_fn fn = section_table[section];
809 section_process_fn fn = section_table[PCM_ID];
817 section_process_fn fn = section_table[section];
825 section_process_fn fn = section_table[GAIN_LEVEL_MAPPING];
833 section_process_fn fn = section_table[APP_TYPE];
840 section_process_fn fn = section_table[MICROPHONE_CHARACTERISTIC];
859 section_process_fn fn = section_table[SND_DEV];
870 section_process_fn fn = section_table[MIC_INFO];
882 section_process_fn fn = section_table[section]
    [all...]
  /external/libunwind/src/
elfxx.c 276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) {
315 Elf_W(Shdr)* shdr = elf_w (section_table) (ei);
529 shdr = elf_w (section_table) (ei);
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 520 typedef std::vector<const Unit_set*> Section_table;
561 Section_table::const_iterator
562 section_table() const function in class:gold::Dwp_output_file::Dwp_index
565 Section_table::const_iterator
599 Section_table section_table_;
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc     [all...]

Completed in 196 milliseconds