Home
last modified time | relevance | path

Searched refs:plt2_asect (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c1932 asection *plt2_asect; in svr4_exec_displacement() local
1961 plt2_asect = bfd_get_section_by_name (exec_bfd, ".plt"); in svr4_exec_displacement()
1962 if (plt2_asect) in svr4_exec_displacement()
1968 content2 = (bfd_get_section_flags (exec_bfd, plt2_asect) in svr4_exec_displacement()
1977 filesz += bfd_get_section_size (plt2_asect); in svr4_exec_displacement()
1979 filesz -= bfd_get_section_size (plt2_asect); in svr4_exec_displacement()
2041 asection *plt2_asect; in svr4_exec_displacement() local
2070 plt2_asect = bfd_get_section_by_name (exec_bfd, ".plt"); in svr4_exec_displacement()
2071 if (plt2_asect) in svr4_exec_displacement()
2086 filesz += bfd_get_section_size (plt2_asect); in svr4_exec_displacement()
[all …]