Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/bfd/
Dmach-o.h189 unsigned long iextdefsym; member
278 unsigned long iextdefsym; /* Index to externally defined symbols. */ member
Dmach-o.c1919 cmd->iextdefsym = i; in bfd_mach_o_build_dysymtab()
1927 cmd->iundefsym = cmd->nextdefsym + cmd->iextdefsym; in bfd_mach_o_build_dysymtab()
1935 cmd->iextdefsym = 0; in bfd_mach_o_build_dysymtab()
2030 bfd_h_put_32 (abfd, module->iextdefsym, &w.iextdefsym); in bfd_mach_o_write_dysymtab()
2053 bfd_h_put_32 (abfd, module->iextdefsym, &n.iextdefsym); in bfd_mach_o_write_dysymtab()
2153 bfd_h_put_32 (abfd, cmd->iextdefsym, &raw.iextdefsym); in bfd_mach_o_write_dysymtab()
4017 cmd->iextdefsym = bfd_h_get_32 (abfd, raw.iextdefsym); in bfd_mach_o_read_dysymtab()
4059 module->iextdefsym = bfd_h_get_32 (abfd, buf + 4); in bfd_mach_o_read_dysymtab()
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c447 dysymtab->iextdefsym, dysymtab->nextdefsym); in dump_dysymtab()
449 dysymtab->iextdefsym + dysymtab->nextdefsym); in dump_dysymtab()
509 module->iextdefsym, module->nextdefsym); in dump_dysymtab()