Searched refs:nhints (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c201 if(object->dyst == NULL && object->hints_cmd->nhints != 0)
204 if(object->hints_cmd->nhints != 0 &&
205 object->hints_cmd->nhints != object->dyst->nundefsym)
207 "load command's nhints does not match LC_DYSYMTAB load "
422 if(object->hints_cmd != NULL && object->hints_cmd->nhints != 0){
425 offset += object->hints_cmd->nhints * sizeof(struct twolevel_hint);
H A Dwriteout.c790 hints_cmd->nhints * sizeof(struct twolevel_hint));
791 *size += hints_cmd->nhints *
H A Dbytesex.c2419 hints_cmd->nhints = SWAP_INT(hints_cmd->nhints);
2426 uint32_t nhints,
2445 for(i = 0; i < nhints; i++){
2424 swap_twolevel_hint( struct twolevel_hint *hints, uint32_t nhints, enum byte_sex target_byte_sex) argument
H A Dofile.c4005 big_size = hints->nhints;
4010 "(offset field plus nhints field times "
4016 hints->nhints * sizeof(struct twolevel_hint),
5944 if(hints->nhints != dyst->nundefsym){
5945 Mach_O_error(ofile, "malformed object (nhints in "
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h155 uint32_t nhints,
H A Dloader.h1092 uint32_t nhints; /* number of hints in the hint table */ member in struct:twolevel_hints_command
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c183 uint32_t *nhints);
636 uint32_t nhints, ndices; local
644 nhints = 0;
1139 ofile->object_byte_sex, addr, size, &hints, &nhints);
1142 allocated_hints = allocate(nhints *
1145 nhints * sizeof(struct twolevel_hint));
1149 swap_twolevel_hint(hints, nhints, get_host_byte_sex());
1151 ofile->object_byte_sex, hints, nhints, symbols, symbols64,
2010 uint32_t *nhints)
2016 *nhints
2002 get_hints_table_info( struct load_command *load_commands, uint32_t ncmds, uint32_t sizeofcmds, enum byte_sex load_commands_byte_sex, char *object_addr, uint32_t object_size, struct twolevel_hint **hints, uint32_t *nhints) argument
[all...]
H A Dofile_print.h178 uint32_t nhints,
H A Dofile_print.c3318 printf(" nhints %u", hints->nhints);
3319 big_size = hints->nhints;
7186 uint32_t nhints,
7285 printf("Two-level namespace hints table (%u hints)\n", nhints);
7287 for(i = 0; i < nhints; i++){
7180 print_hints( struct load_command *load_commands, uint32_t ncmds, uint32_t sizeofcmds, enum byte_sex load_commands_byte_sex, struct twolevel_hint *hints, uint32_t nhints, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsymbols, char *strings, uint32_t strings_size, enum bool verbose) argument
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h417 uint32_t nhints,
/macosx-10.9.5/cctools-845/misc/
H A Dindr.c1310 object->hints_cmd->nhints * sizeof(struct twolevel_hint);
1312 object->hints_cmd->nhints * sizeof(struct twolevel_hint);
1434 if(object->hints_cmd->nhints != 0){
1436 offset += object->hints_cmd->nhints *
H A Dinout.c317 object->hints_cmd->nhints *
H A Dinstall_name_tool.c603 object->hints_cmd->nhints *
606 object->hints_cmd->nhints *
H A Dpagestuff.c752 if(hints != NULL && hints->nhints != 0){
755 mp->size = hints->nhints *
H A Dcodesign_allocate.c490 object->hints_cmd->nhints *
H A Dstrip.c1385 object->hints_cmd->nhints *
1388 object->hints_cmd->nhints *
1626 if(object->hints_cmd->nhints != 0){
1630 offset += object->hints_cmd->nhints *
H A Dredo_prebinding.c4021 arch->object->hints_cmd->nhints != 0){
4025 arch_nhints = arch->object->hints_cmd->nhints;
5427 arch->object->hints_cmd->nhints *
5484 arch->object->hints_cmd->nhints != 0){
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1091 uint32_t nhints; /* number of hints in the hint table */ member in struct:twolevel_hints_command
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp580 uint32_t nhints() const INLINE { return E::get32(fields.nhints); }
581 void set_nhints(uint32_t value) INLINE { E::set32(fields.nhints, value); }
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h542 uint32_t nhints; member in struct:llvm::MachO::twolevel_hints_command
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c760 output_hints_info.twolevel_hints_command.nhints *
1720 offset += output_hints_info.twolevel_hints_command.nhints *
H A Dpass2.c562 output_hints_info.twolevel_hints_command.nhints *
H A Dpass1.c5233 check_size_offset(hints->nhints * sizeof(struct twolevel_hint),
5235 "nhints * sizeof(struct twolevel_hint)",
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c1162 if (tlhp->nhints > 0) {
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c1162 if (tlhp->nhints > 0) {

Completed in 434 milliseconds

12