Searched refs:name_offset (Results 1 - 18 of 18) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dpef.h62 unsigned long name_offset; member in struct:bfd_pef_imported_library
104 long name_offset; member in struct:bfd_pef_section
H A Dvms-gsd.c458 int name_offset = 0, value_offset = 0; local
476 name_offset = 11;
481 name_offset = 12;
487 name_offset = 9;
489 name_offset = 4;
494 name_offset = 10;
496 name_offset = 5;
504 _bfd_vms_save_counted_string (vms_rec + name_offset));
538 gsd_size = vms_rec[name_offset] + name_offset
[all...]
H A Dmach-o.h402 unsigned long name_offset; /* Offset to library's path name. */ member in struct:bfd_mach_o_dylinker_command
412 unsigned long name_offset; /* Offset to library's path name. */ member in struct:bfd_mach_o_dylib_command
H A Dpef.c378 header->name_offset = bfd_getb32 (buf);
417 section->name_offset = bfd_h_get_32 (abfd, buf);
H A Decoff.c3080 unsigned int name_offset, file_offset;
3083 name_offset = H_GET_32 (abfd, raw_ptr);
3087 hash = ecoff_armap_hash (stringbase + name_offset, &rehash, count,
3119 unsigned int name_offset, file_offset;
3124 name_offset = H_GET_32 (abfd, raw_ptr);
3125 symdef_ptr->s.name = stringbase + name_offset;
3071 unsigned int name_offset, file_offset; local
3110 unsigned int name_offset, file_offset; local
H A Dmach-o.c1018 cmd->name_offset = command->offset + nameoff;
1074 cmd->name_offset = command->offset + nameoff;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.h115 return (ntfschar*)((u8*)attr + le16_to_cpu(attr->name_offset));
H A Dmkntfs.c901 (ntfschar*)((char*)a + le16_to_cpu(a->name_offset)),
907 le16_to_cpu(a->name_offset)),
923 le16_to_cpu(a->name_offset)),
1190 a->name_offset = cpu_to_le16(hdr_size);
1383 a->name_offset = cpu_to_le16(hdr_size);
1528 a->name_offset = const_cpu_to_le16(0);
1530 a->name_offset = const_cpu_to_le16(24);
H A Dutils.c681 if (ntfs_ucstombs((ntfschar *)((char *)attr + attr->name_offset),
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c151 ((u8*)attr + le16_to_cpu(attr->name_offset)) :
192 ale->name_offset = offsetof(ATTR_LIST_ENTRY, name);
199 memcpy(ale->name, (u8 *)attr + le16_to_cpu(attr->name_offset),
H A Dattrib.c436 a->name_offset)), a->name_length);
2773 le16_to_cpu(a->name_offset)),
3051 al_name = (ntfschar*)((u8*)al_entry + al_entry->name_offset);
3099 next_al_entry->name_offset),
3166 le16_to_cpu(a->name_offset)),
3799 a->name_offset = (name_len
3815 memcpy((u8*)a + le16_to_cpu(a->name_offset),
3935 a->name_offset = cpu_to_le16(offsetof(ATTR_RECORD, compressed_size) +
3954 memcpy((u8*)a + le16_to_cpu(a->name_offset),
4581 a->name_offset)),
[all...]
H A Defs.c161 (ntfschar*)((u8*)a + le16_to_cpu(a->name_offset)),
H A Dinode.c1167 ale->name_offset = (u8 *)ale->name - (u8 *)ale;
1176 le16_to_cpu(ctx->attr->name_offset),
1440 (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset)),
H A Dlayout.h732 /* 10*/ u16 name_offset; /* If name_length != 0, the byte offset to the member in struct:__anon2349
1026 /* 7*/ u8 name_offset; /* Byte offset to beginning of attribute name member in struct:__anon2358
1047 name_offset to determine the location of the
H A Dindex.c1905 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset));
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/
H A Dvolume_util.c202 a->name_offset = cpu_to_le16(24);
208 a->value_offset = a->name_offset;
H A Dattributes.c165 + attr->name_offset), attr->name_length);
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dxcoff.h450 int name_offset; member in struct:__rtinit_descriptor

Completed in 178 milliseconds