HomeSort by relevance Sort by last modified time
    Searched defs:asym (Results 1 - 4 of 4) sorted by null

  /external/elfutils/tests/
dwflsyms.c 157 GElf_Sym asym; local
162 const char *aname = dwfl_module_addrinfo (mod, addr, &off, &asym,
166 assert (addr_in_section (aelf, ashndxp, asym.st_value)
170 asym is "stronger" (or equal) to sym or asym is more specific
173 || gelf_bind_order (&asym) >= gelf_bind_order (&sym))
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 264 SYMR asym; /* symbol for the external */ member in struct:ecoff_extr
  /frameworks/base/tools/aapt/
Resource.cpp 2078 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 900 bfd_mach_o_asymbol *asym = (bfd_mach_o_asymbol *)symbol; local
909 if (asym->n_type & BFD_MACH_O_N_STAB)
910 name = bfd_get_stab_name (asym->n_type);
912 switch (asym->n_type & BFD_MACH_O_N_TYPE)
939 asym->n_type, name, asym->n_sect, asym->n_desc);
940 if ((asym->n_type & BFD_MACH_O_N_STAB) == 0
941 && (asym->n_type & BFD_MACH_O_N_TYPE) == BFD_MACH_O_N_SECT)
    [all...]

Completed in 84 milliseconds