HomeSort by relevance Sort by last modified time
    Searched refs:symdef (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/include/aout/
ranlib.h 19 /* The Symdef member of an archive contains two things:
35 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */
38 /* Format of __.SYMDEF:
39 First, a longword containing the size of the 'symdef' data that follows.
40 Second, zero or more 'symdef' structures.
44 struct symdef struct
59 #define ranlib symdef
  /toolchain/binutils/binutils-2.27/bfd/
elflink.c 5256 carsym *symdef; local
    [all...]
elf64-ppc.c 2580 asymbol *symdef = symbol->section->owner->outsymbols[i]; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 69 char * symdef;
68 char * symdef; member in struct:addsym_node
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
symtab.cc 890 const Sized_symbol<size>* symdef; local
891 symdef = this->get_sized_symbol<size>(pdef->second);
892 Symbol_table::resolve<size, big_endian>(sym, symdef);
    [all...]

Completed in 211 milliseconds