Searched refs:ad_offset (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c133 *offset = ad->ad_offset;
H A Dlibdwarf_abbrev.c85 ad->ad_offset = adoff;
H A D_libdwarf.h97 uint64_t ad_offset; /* Offset in abbrev section. */ member in struct:_Dwarf_AttrDef
/freebsd-current/sys/ufs/ffs/
H A Dffs_softdep.c5559 adp->ad_offset = off;
5593 if (oldadp == NULL || oldadp->ad_offset <= off) {
5596 if (oldadp != NULL && oldadp->ad_offset == off)
5602 if (oldadp->ad_offset >= off)
5609 if (oldadp->ad_offset == off)
5693 newadp->ad_offset >= UFS_NDADDR)
5933 adp->ad_offset = off;
5968 if (oldadp == NULL || oldadp->ad_offset <= off) {
5971 if (oldadp != NULL && oldadp->ad_offset == off)
5977 if (oldadp->ad_offset >
[all...]
H A Dsoftdep.h471 int ad_offset; /* Pointer offset in parent. */ member in struct:allocdirect
/freebsd-current/sys/fs/udf/
H A Dudf_vnops.c1376 int ad_offset, ad_num = 0; local
1405 ad_offset = sizeof(struct short_ad) * ad_num;
1406 if (ad_offset > le32toh(fentry->l_ad)) {
1411 le32toh(fentry->l_ea) + ad_offset);
1430 ad_offset = sizeof(struct long_ad) * ad_num;
1431 if (ad_offset > le32toh(fentry->l_ad)) {
1436 le32toh(fentry->l_ea) + ad_offset);

Completed in 215 milliseconds