Home
last modified time | relevance | path

Searched defs:elf (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.cc138 Elf* elf = elf_begin(fd_, ELF_C_RDWR, NULL); in Load() local
282 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()
/bionic/linker/
Dlinker.cpp3329 static ElfW(Addr) get_elf_exec_load_bias(const ElfW(Ehdr)* elf) {