Lines Matching refs:ent
782 ent = parse_elf_dyn(ent_off)
783 if ent.d_tag == ELF.DT_NEEDED:
784 self.dt_needed.append(extract_str(dynstr_off + ent.d_val))
785 elif ent.d_tag == ELF.DT_RPATH:
787 extract_str(dynstr_off + ent.d_val).split(':'))
788 elif ent.d_tag == ELF.DT_RUNPATH:
790 extract_str(dynstr_off + ent.d_val).split(':'))
806 ent = parse_elf_sym(ent_off)
807 symbol_name = extract_str(dynstr_off + ent.st_name)
808 if ent.is_undef:
810 elif not ent.is_local:
1696 for ent in scandir(apex_collection_root):
1697 if ent.is_dir():
1698 for path, elf in scan_apex_dir(apex_collection_root, ent.path,
1701 elif ent.is_file() and ent.name.endswith('.apex'):
1702 for path, elf in scan_apex_file(apex_collection_root, ent.path,