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

  /development/vndk/tools/header-checker/header-abi-util/src/
so_file_parser.cpp 57 bool ELFSoFileParser<T>::IsSymbolExported(const Elf_Sym *elf_sym) const {
59 unsigned char visibility = elf_sym->getVisibility();
60 unsigned char binding = elf_sym->getBinding();
71 const Elf_Sym *elf_sym = local
73 assert (elf_sym != nullptr);
74 if (!IsSymbolExported(elf_sym) || elf_sym->isUndefined()) {
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 1305 elf_symbol_type *elf_sym; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c 24687 elf_symbol_type * elf_sym; local
    [all...]

Completed in 1214 milliseconds