HomeSort by relevance Sort by last modified time
    Searched refs:reloc_section_prefix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-machine.h 87 const char *reloc_section_prefix; member in struct:elf_machine_handler
elf.c 704 if (!elf_march->reloc_section_prefix)
711 size_t prepend_length = strlen(elf_march->reloc_section_prefix);
713 strcpy(sectname, elf_march->reloc_section_prefix);

Completed in 21 milliseconds