Searched defs:nsorted_relocs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cctools-845/otool/
H A Dm68k_disasm.c195 m68k_disassemble( char *sect, uint32_t left, uint32_t addr, uint32_t sect_addr, enum byte_sex object_byte_sex, struct relocation_info *sorted_relocs, uint32_t nsorted_relocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, uint32_t *indirect_symbols, uint32_t nindirect_symbols, uint32_t ncmds, uint32_t sizeofcmds, struct load_command *load_commands, enum bool verbose) argument
2210 print_ef( uint32_t mode, uint32_t reg, char *sect, uint32_t addr, uint32_t sect_addr, uint32_t *left, uint32_t size, struct relocation_info *sorted_relocs, uint32_t nsorted_relocs, struct nlist *symbols, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, enum bool verbose, enum bool swapped) argument
H A Di386_disasm.c1609 uint32_t nsorted_relocs; member in struct:disassemble_info
1646 i386_disassemble( char *sect, uint32_t left, uint64_t addr, uint64_t sect_addr, enum byte_sex object_byte_sex, struct relocation_info *sorted_relocs, uint32_t nsorted_relocs, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsymbols, struct symbol *sorted_symbols, uint32_t nsorted_symbols, char *strings, uint32_t strings_size, uint32_t *indirect_symbols, uint32_t nindirect_symbols, cpu_type_t cputype, struct load_command *load_commands, uint32_t ncmds, uint32_t sizeofcmds, enum bool verbose, enum bool llvm_mc, LLVMDisasmContextRef i386_dc, LLVMDisasmContextRef x86_64_dc, char *object_addr, uint32_t object_size, struct inst *inst, struct inst *insts, uint32_t ninsts, uint32_t filetype) argument
3826 get_operand( const char **symadd, const char **symsub, uint32_t *value, uint32_t *value_size, char *result, const cpu_type_t cputype, const uint32_t mode, const uint32_t r_m, const uint32_t wbit, const enum bool data16, const enum bool addr16, const enum bool sse2, const enum bool mmx, const unsigned int rex, const char *sect, uint32_t sect_addr, uint32_t *length, uint32_t *left, const uint32_t addr, const struct relocation_info *sorted_relocs, const uint32_t nsorted_relocs, const struct nlist *symbols, const struct nlist_64 *symbols64, const uint32_t nsymbols, const char *strings, const uint32_t strings_size, const struct symbol *sorted_symbols, const uint32_t nsorted_symbols, const enum bool verbose) argument
4021 immediate( const char **symadd, const char **symsub, uint64_t *value, uint32_t value_size, const char *sect, uint32_t sect_addr, uint32_t *length, uint32_t *left, const cpu_type_t cputype, const uint32_t addr, const struct relocation_info *sorted_relocs, const uint32_t nsorted_relocs, const struct nlist *symbols, const struct nlist_64 *symbols64, const uint32_t nsymbols, const char *strings, const uint32_t strings_size, const struct symbol *sorted_symbols, const uint32_t nsorted_symbols, const enum bool verbose) argument
4068 displacement( const char **symadd, const char **symsub, uint64_t *value, const uint32_t value_size, const char *sect, uint64_t sect_addr, uint32_t *length, uint32_t *left, const uint32_t filetype, const cpu_type_t cputype, const uint64_t addr, const struct relocation_info *sorted_relocs, const uint32_t nsorted_relocs, const struct nlist *symbols, const struct nlist_64 *symbols64, const uint32_t nsymbols, const char *strings, const uint32_t strings_size, const struct symbol *sorted_symbols, const uint32_t nsorted_symbols, const enum bool verbose) argument
[all...]

Completed in 124 milliseconds