• T
    clean up internal dynamic linker functions enumerating phdrs · 8769196f
    Timo Teräs 提交于
    record phentsize in struct dso, so the phdrs can be easily
    enumerated via it. simplify all functions enumerating phdrs
    to require only struct dso. also merge find_map_range and
    find_dso to kernel_mapped_dso function that does both tasks
    during single phdr enumeration.
    8769196f
dynlink.c 38.9 KB