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

  /external/elfutils/libdw/
dwarf_getmacros.c 65 if (t1->sec_index < t2->sec_index)
67 if (t1->sec_index > t2->sec_index)
116 macinfo_table->sec_index = IDX_debug_macinfo;
136 table->sec_index = IDX_debug_macinfo;
253 .sec_index = IDX_debug_macro,
268 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff,
273 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index };
    [all...]
libdwP.h 377 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member in struct:__anon18716
568 int sec_index)
589 int sec_index __attribute__ ((unused)),
599 int sec_index __attribute__ ((unused)),
608 __libdw_checked_get_data (Dwarf *dbg, int sec_index)
610 Elf_Data *data = dbg->sectiondata[sec_index];
621 __libdw_offset_in_section (Dwarf *dbg, int sec_index,
624 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
638 __libdw_in_section (Dwarf *dbg, int sec_index,
641 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
    [all...]
dwarf_formudata.c 38 __libdw_formptr (Dwarf_Attribute *attr, int sec_index,
45 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index];
57 attr->cu->offset_size, &offset, sec_index, 0))
71 &offset, sec_index, 0))
dwarf_getlocation.c 205 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
296 else if (__libdw_read_address_inc (dbg, sec_index, &data,
303 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
472 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
590 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
606 llbuf, listlen, sec_index);
dwarf_ranges.c 43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index,
  /toolchain/binutils/binutils-2.25/bfd/
peicode.h 111 unsigned int sec_index; member in struct:__anon108051
624 sec->target_index = vars->sec_index ++;
843 vars.sec_index = 0;
    [all...]
elf64-hppa.c 2808 unsigned int sec_index = sym->st_shndx; local
    [all...]
elf.c 5506 unsigned int sec_index; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c     [all...]

Completed in 452 milliseconds