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

  /external/elfutils/src/libdw/
libdwP.h 380 uint8_t sec_index; /* IDX_debug_macro or IDX_debug_macinfo. */ member in struct:__anon8921
576 int sec_index)
597 int sec_index __attribute__ ((unused)),
607 int sec_index __attribute__ ((unused)),
616 __libdw_checked_get_data (Dwarf *dbg, int sec_index)
618 Elf_Data *data = dbg->sectiondata[sec_index];
629 __libdw_offset_in_section (Dwarf *dbg, int sec_index,
632 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
646 __libdw_in_section (Dwarf *dbg, int sec_index,
649 Elf_Data *data = __libdw_checked_get_data (dbg, sec_index);
    [all...]
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;
135 table->sec_index = IDX_debug_macinfo;
251 .sec_index = IDX_debug_macro,
266 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff,
271 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = 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 207 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
273 if (__libdw_read_address_inc (dbg, sec_index, &data,
280 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size,
438 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size,
555 Dwarf_Op **llbuf, size_t *listlen, int sec_index)
571 llbuf, listlen, sec_index);
dwarf_ranges.c 43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index,
  /external/libnfc-nxp/src/
phDnldNfc.c 1666 uint8_t sec_index = psDnldContext->section_index; local
3414 uint8_t sec_index = 0; local
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 564 Off GetSectionOffsetByIndex(int sec_index, Off* size) {
566 iter.Skip(sec_index);
    [all...]

Completed in 196 milliseconds