Home | History | Annotate | Download | only in libdw

Lines Matching defs:sec_index

377   uint8_t sec_index;	/* IDX_debug_macro or IDX_debug_macinfo.  */
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);
656 if (!__libdw_in_section (dbg, sec_index, addr, width)) \
665 int status = RELOC_HOOK (dbg, sec_index, orig_addr, width, &VAL); \
673 int sec_index, const unsigned char **addrp,
684 int sec_index, const unsigned char *addr,
693 int sec_index, const unsigned char **addrp,
705 int sec_index, const unsigned char *addr,
730 int __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index,
736 unsigned char * __libdw_formptr (Dwarf_Attribute *attr, int sec_index,