Home
last modified time | relevance | path

Searched refs:iextdefsym (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/mach-o/
Dexternal.h209 unsigned char iextdefsym[4]; member
230 unsigned char iextdefsym[4]; member
248 unsigned char iextdefsym[4]; member
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.h194 unsigned long iextdefsym; member
283 unsigned long iextdefsym; /* Index to externally defined symbols. */ member
Dmach-o.c2001 cmd->iextdefsym = i; in bfd_mach_o_build_dysymtab()
2009 cmd->iundefsym = cmd->nextdefsym + cmd->iextdefsym; in bfd_mach_o_build_dysymtab()
2017 cmd->iextdefsym = 0; in bfd_mach_o_build_dysymtab()
2114 bfd_h_put_32 (abfd, module->iextdefsym, &w.iextdefsym); in bfd_mach_o_write_dysymtab()
2137 bfd_h_put_32 (abfd, module->iextdefsym, &n.iextdefsym); in bfd_mach_o_write_dysymtab()
2237 bfd_h_put_32 (abfd, cmd->iextdefsym, &raw.iextdefsym); in bfd_mach_o_write_dysymtab()
4120 cmd->iextdefsym = bfd_h_get_32 (abfd, raw.iextdefsym); in bfd_mach_o_read_dysymtab()
4162 module->iextdefsym = bfd_h_get_32 (abfd, buf + 4); in bfd_mach_o_read_dysymtab()
/toolchain/binutils/binutils-2.27/binutils/
Dod-macho.c454 dysymtab->iextdefsym, dysymtab->nextdefsym); in dump_dysymtab()
456 dysymtab->iextdefsym + dysymtab->nextdefsym); in dump_dysymtab()
516 module->iextdefsym, module->nextdefsym); in dump_dysymtab()