Searched refs:sym_type (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tools/ |
D | symbols.py | 31 def GetFromElf(elf_file, sym_type='--dyn-syms'): argument 44 output = subprocess.check_output(['readelf', sym_type, '-W', elf_file], 70 sym_type='--syms')
|
/bionic/linker/ |
D | linker_relocate.cpp | 255 auto sym_type = ELF_ST_TYPE(sym->st_info); in process_relocation_impl() local 256 if (sym_type == STT_SECTION) { in process_relocation_impl() 258 relocator.si->get_realpath(), sym_type, r_type); in process_relocation_impl() 262 sym_name, relocator.si->get_realpath(), sym_type, r_type); in process_relocation_impl()
|