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

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 702 off_t attr_off = this->die_offset_ + (pattr - pdie); local
721 this->dwinfo_->lookup_reloc(attr_off, &str_off);
734 this->dwinfo_->lookup_reloc(attr_off, &sec_off);
749 this->dwinfo_->lookup_reloc(attr_off, &sec_off);
800 this->dwinfo_->lookup_reloc(attr_off, &sec_off);
810 this->dwinfo_->lookup_reloc(attr_off, &sec_off);
821 this->dwinfo_->lookup_reloc(attr_off, &sec_off);
835 this->dwinfo_->lookup_reloc(attr_off, &sec_off);
    [all...]
dwarf_reader.h 494 unsigned int attr_off; member in union:gold::Dwarf_die::Attribute_value::__anon75318
748 // Look for a relocation at offset ATTR_OFF in the dwarf info,
751 lookup_reloc(off_t attr_off, off_t* target_off);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 689 int mft_record_size, attr_off, attr_len; local
747 attr_off = blkid_le16(mft->attrs_offset);
751 attr = (struct file_attribute *) (buf_mft + attr_off);
757 attr_off += attr_len;
759 if ((attr_off > mft_record_size) ||
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 541 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
1144 #define attr_off macro
    [all...]
ncurses.h 541 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
1144 #define attr_off macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 560 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
1173 #define attr_off macro
    [all...]
ncurses.h 560 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
1173 #define attr_off macro
    [all...]

Completed in 478 milliseconds