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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.c 204 ElfFunctions.WriteSections (SECTION_TEXT);
205 ElfFunctions.WriteSections (SECTION_DATA);
206 ElfFunctions.WriteSections (SECTION_HII);
ElfConvert.h 55 BOOLEAN (*WriteSections) (SECTION_FILTER_TYPES FilterType);
Elf32Convert.c 180 ElfFunctions->WriteSections = WriteSections32;
857 Error (NULL, 0, 3000, "Invalid", "WriteSections (): %s unsupported ELF EM_ARM relocation 0x%x.", mInImageName, (unsigned) ELF32_R_TYPE(Rel->r_info));
    [all...]
Elf64Convert.c 186 ElfFunctions->WriteSections = WriteSections64;
    [all...]
  /external/v8/src/
gdb-jit.cc 489 WriteSections(w, cmd, header, load_command_start);
581 void WriteSections(Writer* w,
614 WriteSections(w);
733 void WriteSections(Writer* w) {
    [all...]

Completed in 163 milliseconds