Lines Matching refs:sectp
78 elf_locate_sections (bfd *ignore_abfd, asection *sectp, void *eip) in elf_locate_sections() argument
83 if (strcmp (sectp->name, ".debug") == 0) in elf_locate_sections()
85 ei->dboffset = sectp->filepos; in elf_locate_sections()
86 ei->dbsize = bfd_get_section_size (sectp); in elf_locate_sections()
88 else if (strcmp (sectp->name, ".line") == 0) in elf_locate_sections()
90 ei->lnoffset = sectp->filepos; in elf_locate_sections()
91 ei->lnsize = bfd_get_section_size (sectp); in elf_locate_sections()
93 else if (strcmp (sectp->name, ".stab") == 0) in elf_locate_sections()
95 ei->stabsect = sectp; in elf_locate_sections()
97 else if (strcmp (sectp->name, ".stab.index") == 0) in elf_locate_sections()
99 ei->stabindexsect = sectp; in elf_locate_sections()
101 else if (strcmp (sectp->name, ".mdebug") == 0) in elf_locate_sections()
103 ei->mdebugsect = sectp; in elf_locate_sections()