Searched defs:elf (Results 1 – 2 of 2) sorted by relevance
138 Elf* elf = elf_begin(fd_, ELF_C_RDWR, NULL); in Load() local282 static void AdjustSectionHeadersForHole(Elf* elf, in AdjustSectionHeadersForHole()364 static void RewriteProgramHeadersForHole(Elf* elf, in RewriteProgramHeadersForHole()394 static Elf_Scn* GetDynamicSection(Elf* elf) { in GetDynamicSection()507 void ElfFile<ELF>::ResizeSection(Elf* elf, Elf_Scn* section, size_t new_size, in ResizeSection()
3329 static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf) {