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

  /toolchain/binutils/binutils-2.27/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::__anon4442
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 691 int mft_record_size, attr_off, attr_len; local
749 attr_off = blkid_le16(mft->attrs_offset);
753 attr = (struct file_attribute *) (buf_mft + attr_off);
759 attr_off += attr_len;
761 if ((attr_off > mft_record_size) ||
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 210 //extern int attr_off ( attr_t, void * );
510 static inline int attr_off ( attr_t attrs, void *opts ) { function
  /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 383 milliseconds