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

  /toolchain/binutils/binutils-2.25/bfd/
libieee.h 79 asection **section_table; member in struct:ieee_data_struct
ieee.c 544 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
550 PUSH (NOSYMBOL, ieee->section_table[must_parse_int (&(ieee->h))], 0);
557 ieee->section_table[must_parse_int (&(ieee->h))]->size);
1070 n = bfd_realloc (ieee->section_table, amt);
1077 ieee->section_table = n;
1081 if (ieee->section_table[sindex] == (asection *) NULL)
1090 ieee->section_table[sindex] = section;
1092 ieee->section_table[sindex] = section;
1094 return ieee->section_table[sindex];
1226 section = ieee->section_table[must_parse_int (&(ieee->h))]
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 49 static section_process_fn section_table[] = { variable
336 section_process_fn fn = section_table[section];
344 section_process_fn fn = section_table[PCM_ID];
352 section_process_fn fn = section_table[section];
360 section_process_fn fn = section_table[GAIN_LEVEL_MAPPING];
  /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.25/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 457 milliseconds