Home | History | Annotate | Download | only in src

Lines Matching refs:ELF

51 class ELF;
53 typedef ELF DebugObject;
628 class ELF BASE_EMBEDDED {
630 ELF() : sections_(6) {
692 // Set to EM_ARM, defined as 40, in "ARM ELF File Format" at
1020 ELF* elf,
1026 elf->AddSection(symtab);
1027 elf->AddSection(strtab);
1921 ELF elf;
1922 Writer w(&elf);
1924 int text_section_index = elf.AddSection(
1933 CreateSymbolsTable(desc, &elf, text_section_index);
1935 CreateDWARFSections(desc, &elf);
1937 elf.Write(&w);