US11086638B2 - Method and apparatus for loading application - Google Patents

Method and apparatus for loading application Download PDF

Info

Publication number
US11086638B2
US11086638B2 US15/564,412 US201615564412A US11086638B2 US 11086638 B2 US11086638 B2 US 11086638B2 US 201615564412 A US201615564412 A US 201615564412A US 11086638 B2 US11086638 B2 US 11086638B2
Authority
US
United States
Prior art keywords
data section
flash memory
preset data
storage space
global variable
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US15/564,412
Other languages
English (en)
Other versions
US20180329725A1 (en
Inventor
Haijun PAN
Hua Zhou
Lian Duan
Qingxing WANG
Guohua Zhang
Hao Su
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Baidu Online Network Technology Beijing Co Ltd
Original Assignee
Baidu Online Network Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Baidu Online Network Technology Beijing Co Ltd filed Critical Baidu Online Network Technology Beijing Co Ltd
Publication of US20180329725A1 publication Critical patent/US20180329725A1/en
Application granted granted Critical
Publication of US11086638B2 publication Critical patent/US11086638B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44557Code layout in executable memory
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0238Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory
    • G06F12/0246Memory management in non-volatile memory, e.g. resistive RAM or ferroelectric memory in block erasable memory, e.g. flash memory
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/54Link editing before load time
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code
    • G06F9/44578Preparing or optimising for loading
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/17Embedded application
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/20Employing a main memory using a specific memory technology
    • G06F2212/202Non-volatile memory
    • G06F2212/2022Flash memory
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/72Details relating to flash memory management
    • G06F2212/7211Wear leveling
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present disclosure relates to the field of computer technology, specifically to the field of application, and more specifically to a method and apparatus for loading an application.
  • the present disclosure provides a method and apparatus for loading an application to solve at least one of the technical problems mentioned in the foregoing Background section.
  • the present disclosure provides a method for loading an application, comprising: selecting, in a programmable read-only memory, a storage space for storing a preset data section in an executable file of an application, wherein the preset data section is a data section loaded into, and executed in the programmable read-only memory, when the application is loaded; copying the preset data section to a memory, and relocating the preset data section based on a start address of the storage space; and copying the relocated preset data section to the storage space to load the application.
  • the present disclosure provides an apparatus for loading an application, comprising: a selecting unit, configured to select, in a programmable read-only memory, a storage space for storing a preset data section in an executable file of an application, wherein the preset data section is a data section loaded into, and executed in the programmable read-only memory, when the application is loaded; a relocating unit, configured to copy the preset data section to a memory, and relocate the preset data section based on a start address of the storage space; and a loading unit, configured to copy the relocated preset data section to the storage space to load the application.
  • the method and apparatus for loading an application provided by the present disclosure, by selecting, in a programmable read-only memory, a storage space for storing a preset data section in an executable file of an application, copying the preset data section to a memory and relocating the preset data section based on a start address of the storage space, and copying the relocated preset data section to the storage space.
  • a relocation of a code portion of the executable file in the memory is implemented, and the relocated code portion is then written back into the programmable read-only memory, so that the relocation of the code portion can be completed only by one erase operation for a memory block, thereby reducing system overheads during the application loading process, and reducing wear of the programmable read-only memory.
  • FIG. 1 is an exemplary system architecture diagram in which the present disclosure may be applied
  • FIG. 2 is a flowchart of an embodiment according to a method for loading an application of the present disclosure
  • FIG. 3 is an exemplary schematic diagram of loading an application in the embodiment
  • FIG. 4 is an exemplary flowchart of a method for loading an application in the present disclosure
  • FIG. 5 is a schematic structural diagram of an embodiment of an apparatus for loading an application according to the present disclosure.
  • FIG. 6 is a schematic structural diagram of a computer system adapted to implement a terminal device or a server according to embodiments of the present disclosure.
  • FIG. 1 shows an exemplary system architecture 100 of an embodiment in which a method and apparatus for loading an application according to the present disclosure may be applied.
  • the system architecture 100 may include terminal devices 101 , 102 and 103 , a network 104 and a server 105 .
  • the network 104 serves as a medium providing a transmission link between the terminal devices 101 , 102 and 103 and the server 105 .
  • the network 104 may include various types of connections, such as wired or wireless transmission links, or optical fibers.
  • a user may use the terminal devices 101 , 102 and 103 to interact with the server 105 via the network 104 to receive or send messages.
  • Various communication applications such as network security applications and instant messaging tools, may be installed on the terminal devices 101 , 102 and 103 .
  • the terminal devices 101 , 102 and 103 may be various electronic devices capable of possessing display screens and supporting network communication, including but not limited to, smart phones, tablet computers, e-book readers, MP3 (Moving Picture Experts Group Audio Layer III) players, MP4 (Moving Picture Experts Group Audio Layer IV) players, laptop computers and desktop computers.
  • MP3 Motion Picture Experts Group Audio Layer III
  • MP4 Motion Picture Experts Group Audio Layer IV
  • the server 105 may be a server providing various services, for example, a server providing data support to the applications on the terminal devices 101 , 102 and 103 .
  • the server 105 may receive a query request sent from the terminal devices 101 , 102 and 103 , process the query request, and feed a processed result (relocation information of an executable file of the application) back to the terminal devices.
  • terminal devices the network and the server in FIG. 1 are merely illustrative. Any number of terminal devices, networks and servers may be provided based on actual requirements.
  • FIG. 2 a process 200 of an embodiment of a method for loading an application according to the present disclosure is illustrated.
  • the method for loading an application provided in the embodiment may be performed by the terminal devices 101 , 102 and 103 in FIG. 1 .
  • This method comprises the following steps.
  • Step 201 selecting, in a programmable read-only memory, a storage space for storing a preset data section in an executable file of an application.
  • the executable file of the application may be stored in the programmable read-only memory.
  • the executable file includes a plurality of data sections.
  • the preset data section is a data section loaded into, and executed in the programmable read-only memory.
  • the storage space for storing the preset data section may be selected in the programmable read-only memory, and this storage space is used to store a relocated preset data section.
  • the programmable read-only memory is a flash memory.
  • the executable file of the application may be stored in the flash memory, and a storage space for storing the relocated preset data section may be preselected in the flash memory.
  • Step 202 copying the preset data section to a memory, and relocating the preset data section based on a start address of the storage space.
  • the preset data section when the application is loaded, firstly, the preset data section may be copied to the memory, secondly, the preset data section may be relocated based on the start address of the storage space preselected in the programmable read-only memory, that is, a loading address of a symbol in the preset data section may be determined.
  • the assembler instruction exp:push indicates that a PUSH instruction is stored on an address corresponding to the symbol exp.
  • the role of the assembler instruction jmp exp is to jump to the address corresponding to the symbol exp to execute the PUSH instruction on the address. Assuming that a compilation address of the symbol exp is 1000h when compiling, the jmp exp would be translated into jmp 1000h after the assembler instruction is compiled.
  • the assembler instructions are compiled with a unified address 0 as the start address during compiling, and may be loaded at any positions to be executed when loaded.
  • the symbol needs to be relocated, that is, the loading address (that may also be referred to as an absolute address) corresponding to the symbol in the assembler instructions needs to be redetermined, and the address corresponding to the symbol, that is, the exp symbol, in the assembler instructions needs to be modified to the determined loading address, and thus, the instructions will be executed.
  • the loading address that may also be referred to as an absolute address
  • the executable file is an ELF file
  • the preset data section comprises a data section of machine instructions and a read-only data section
  • relocating the preset data section based on a start address of the storage space comprises: searching, in an address offset data section of machine instructions of the ELF file, a first address offset corresponding to an operand of a machine instruction in the data section of machine instructions; calculating a first loading address corresponding to the operand to relocate the data section of machine instructions based on the start address and the first address offset; searching, in an address offset data section of read-only data of the ELF file, a second address offset corresponding to a read-only datum in the read-only data section; and calculating a second loading address corresponding to the read-only datum based on the start address and the second address offset, to relocate the read-only data section.
  • the executable file may be a file in ELF format which is a relocatable file format (which may be referred to as the ELF file for short).
  • ELF file contents of the file are described as data sections.
  • the ELF file comprises: a data section of machine instructions (.text) in which data are machine codes of the compiled application; a read-only data section (.rodata) in which data are read-only data; an initialized global variable data section (.data) in which data are initialized global variables; and an uninitialized global variable data section (.bss).
  • the data section of machine instructions (.text) and read-only data section (.rodata) in the ELF file may be loaded into the flash memory, and the initialized global variable data section (.data) and uninitialized global variable data section (.bss) in the ELF file may be loaded into the memory during the loading of the application, that is, during the loading of the ELF file of the application.
  • the data section of machine instructions (.text) and read-only data section (.rodata) may be collectively called a code portion.
  • the initialized global variable data section (.data) and uninitialized global variable data section (.bss) may be collectively called a data portion.
  • the address offset data section of machine instructions (.rel.text), the address offset data section of read-only data (.rel.rodata), an address offset data section of initialized global variables (.rel.data) in the ELF file may be used to relocate the code and data portions.
  • the method for loading an application further comprises: copying an uninitialized global variable data section and an initialized global variable data section in the ELF file to the memory; setting a stored value in a storage space corresponding to the uninitialized global variable data section to 0; searching from an address offset data section of initialized global variables in the ELF file for a third address offset corresponding to an initialized global variable in the initialized global variable data section; and calculating a third loading address of the initialized global variable based on a start address of the initialized global variable data section in the memory and the third address offset, to relocate the initialized global variable data section.
  • a storage space of that size to be occupied by the code portion is pre-allocated in the flash memory for the code portion, i.e., the data section of machine instructions (.text) and read-only data section (.rodata), and a start address of this storage space is recorded.
  • a storage space of a size equivalent to the above storage space is allocated in the memory, and then the data section of machine instructions (.text) and read-only data section (.rodata) are copied into the memory.
  • a first address offset corresponding to an operand of a machine instruction in the data section of machine instructions i.e., a symbol referenced in the instruction
  • the address offset data section of machine instructions i.e., a symbol referenced in the instruction
  • a first loading address of the operand in the instruction i.e., a first loading address corresponding to the symbol referenced in the instruction will be calculated.
  • the relocation of the data section of machine instructions will be completed.
  • a second address offset corresponding to the read-only data of the read-only data section may be searched from the address offset data section of read-only data (.rel.rodata); and a second loading address corresponding to the read-only data is calculated based on the start address and the second address offset, and thus, the read-only data section will be relocated.
  • the following approaches may be used to relocate the data portion in the ELF file.
  • a storage space of that size to be occupied by the initialized global variable data section (.data) and the uninitialized global variable data section (.bss) is allocated in the memory, and the initialized global variable data section (.data) and the uninitialized global variable data section (.bss) are copied into the allocated memory. Values in the storage space in the memory occupied by the uninitialized global variable data section (.bss) are all initialized to 0.
  • a third address offset corresponding to the initialized global variable in the initialized global variable data section may be searched from the address offset data section of initialized global variables (.rel.data).
  • a third loading address of the initialized global variable is calculated based on the start address of the initialized global variable in the memory and the third address offset, and thus, the relocation of the initialized global variable data section (.data) will be performed.
  • Step 203 copying the relocated preset data section to the storage space to load the application.
  • the relocated preset data section may be copied back to the storage space for storing the relocated preset data section which is preselected in the programmable read-only memory (e.g., the flash memory), so that the relocated preset data section will be loaded on the programmable read-only memory.
  • the initialized global variable data section (.data) and the uninitialized global variable data section (.bss) in the memory may be loaded after they are relocated, so that the loading of the application will be completed.
  • the method for loading an application further comprises: storing the start address of the storage space in the programmable read-only memory, so as to find out the relocated preset data section stored in the programmable read-only memory and load the preset data section by using the start address of the storage space, when the application is loaded again.
  • offset and size of each data sections in the ELF file during the relocation process may also be recorded simultaneously.
  • the offset and size of each data sections in the ELF file, the start address of the relocated code portion of the ELF in the flash memory, and a name of the ELF file may be stored together as a file in the flash memory, and this file may be called a relocation information file.
  • the relocation information file will be found out by the name of the ELF file of the application.
  • data of the data portion in the ELF file may be read directly so as to relocate the data portion and then load it, based on the offset and size of the data portion, that is, the initialized global variable data section (.data) and uninitialized global variable data section (.bss), in the ELF file recorded in the relocation information file.
  • FIG. 3 an exemplary schematic diagram of loading an application in this embodiment is illustrated.
  • FIG. 3 there illustrates the data section of machine instructions (.text), the address offset data section of machine instructions (.rel.text), the read-only data section (.rodata), the initialized global variable data section (.data), the address offset data section of initialized global variables (.rel.data) and the uninitialized global variable data section (.bss) in the ELF file stored in the flash memory.
  • the data section of machine instructions (.text), the read-only data section (.rodata), the initialized global variable data section (.data) and the uninitialized global variable data section (.bss) are firstly copied to the memory, and meanwhile, a storage space for storing the relocated data section of machine instructions (.text) and read-only data section (.rodata) is selected in the flash memory.
  • This storage space is different from the current storage space for storing the preset data section in the flash memory, and the role of this storage space is to store the relocated preset data section.
  • the data section of machine instructions (.text) and read-only data section (.rodata) are relocated based on a start address of this storage space in view of the address offset data section of machine instructions (.rel.text) and address offset data section of read-only data (.rel.rodata), and finally, upon one copy, are written back to the storage space selected in the flash memory for storing the relocated the data section of machine instructions (.text) and read-only data section (.rodata).
  • the uninitialized global variable data section (.bss) is initialized to 0, and the initialized global variable data section (.data) is relocated in view of the address offset data section of initialized global variables (.rel.data).
  • FIG. 4 an exemplary flowchart of a method for loading an application in the present disclosure is illustrated. The method comprises the following steps:
  • step 401 starting a system to load an application
  • step 402 pre-allocating a storage space of that size to be occupied by a code portion on a flash memory
  • step 403 allocating a memory space of the same size in a memory for the code portion
  • step 404 relocating, in the memory, the code portion by using a start address of a pre-allocated storage space of a relocation section and code section in the flash memory, the relocation section comprises an address offset data section of machine instructions and an address offset data section of read-only data,
  • step 405 copying the relocated code portion back to the pre-allocated storage space in the flash memory
  • step 406 allocating, in the memory, a memory space of required size to the data portion
  • step 407 storing relocation information, a name of the application and an address of the relocated code section on the flash memory, into the flash memory and naming them as a relocation information file, the relocation information comprises the start address of the pre-allocated storage space in the flash memory.
  • a programmable read-only memory is a flash memory.
  • every relocation of a symbol needs an erase operation for a memory block in the flash memory where the symbol locates, thereby causing an increase of system overheads and wear of flash memory.
  • the code portion of the application only needs to be loaded once at the first loading.
  • the start address of the relocated code portion of the ELF file stored in the flash memory during the first loading has been pre-stored in the flash memory, and thus, based on this start address, the relocated code portion of the ELF file can be executed directly, and the loading of the code portion of the ELF can be completed directly without a second relocation of the code portion of the ELF file.
  • the loading of the application can be completed by simply relocating and loading the data portion of the ELF file, thus reducing wear of the flash memory during the application loading process, and improving the application loading speed.
  • data in the data portion of the ELF file may be read directly based on the offset and size of the data portion in the ELF file recoded in the relocation information file without reacquiring aided relocation information, thereby further improving the application loading speed.
  • the apparatus 500 comprises a selecting unit 501 , a relocating unit 502 and a loading unit 503 .
  • the selecting unit 501 is configured to select, in a programmable read-only memory, a storage space for storing a preset data section in an executable file of an application, wherein the preset data section is a data section loaded into, and executed in the programmable read-only memory, when the application is loaded.
  • the relocating unit 502 is configured to copy the preset data section to a memory, and relocate the preset data section based on a start address of the storage space.
  • the loading unit 503 is configured to copy the relocated preset data section to the storage space to load the application.
  • the selecting unit 501 may select, in the programmable read-only memory, a storage space for storing the relocated preset data section, which has a different address from current storage space in the programmable read-only memory where the preset data section is located.
  • the relocating unit 502 may copy the preset data section stored in the programmable read-only memory to the memory, and then, may relocate the preset data section based on the start address of the storage space preselected in the programmable read-only memory, i.e., may determine a loading address of a symbol in an instruction in the preset data section, and a loading address of data in the preset data section.
  • the loading unit 503 may copy the relocated preset data section back to the storage space for storing the relocated preset data section which is preselected in the programmable read-only memory, so that the relocated preset data section is loaded on the programmable read-only memory, and meanwhile, may relocate and load an initialized global variable data section and uninitialized global variable data section in the memory so as to complete the loading of the application.
  • the programmable read-only memory is a flash memory.
  • the relocating unit 502 comprises: a first searching subunit (unshown), when the executable file is an ELF file and the preset data section comprises a data section of machine instructions and a read-only data section, configured to search, in an address offset data section of machine instructions of the ELF file, a first address offset corresponding to an operand of a machine instruction in the data section of machine instructions; a first calculating subunit (unshown), configured to calculate a first loading address corresponding to the operand to relocate the data section of machine instructions based on the start address and the first address offset; a second searching subunit (unshown), configured to search, in an address offset data section of read-only data of the ELF file, a second address offset corresponding to read-only data in the read-only data section; and a second calculating subunit (unshown), configured to calculate a second loading address corresponding to the read-only data to relocate the read-only data section based on the start address and the second address offset.
  • a first searching subunit unshown
  • the apparatus 500 further comprises: a copying unit (unshown), configured to copy an uninitialized global variable data section and an initialized global variable data section in the ELF file to the memory; a setting unit (unshown), configured to set a stored value in the storage space corresponding to the uninitialized global variable data section to 0; an offset searching unit (unshown), configured to search from an address offset data section of initialized global variables in the ELF file for a third address offset corresponding to an initialized global variable in the initialized global variable data section; and a loading address calculating unit (unshown), configured to calculate a third loading address of the initialized global variable to relocate the initialized global variable data section, based on a start address of the initialized global variable data section in the memory and the third address offset.
  • a copying unit unshown
  • a setting unit configured to set a stored value in the storage space corresponding to the uninitialized global variable data section to 0
  • an offset searching unit configured to search from an address offset data section of
  • the apparatus 500 further comprises a storing unit (unshown), configured to save the start address of the storage space in the programmable read-only memory after the relocated preset data section is copied to the storage space, so as to search for the relocated preset data section stored in the programmable read-only memory and load the preset data section by using the start address of the storage space, when the application is loaded again.
  • a storing unit (unshown), configured to save the start address of the storage space in the programmable read-only memory after the relocated preset data section is copied to the storage space, so as to search for the relocated preset data section stored in the programmable read-only memory and load the preset data section by using the start address of the storage space, when the application is loaded again.
  • FIG. 6 is a schematic structural diagram of a computer system adapted to implement a terminal device or a server according to embodiments of the present disclosure.
  • the computer system 600 comprises a central processing unit (CPU) 601 , which may execute various appropriate actions and processes in accordance with a program stored in a read-only memory (ROM) 602 or a program loaded into a random access memory (RAM) 603 from a storage portion 608 .
  • the RAM 603 also stores various programs and data required by operations of the system 600 .
  • the CPU 601 , the ROM 602 and the RAM 603 are connected to each other through a bus 604 .
  • An input/output (I/O) interface 605 is also connected to the bus 604 .
  • the following components are connected to the I/O interface 605 : an input portion 606 comprising a keyboard, a mouse etc.; an output portion 607 comprising a cathode ray tube (CRT), a liquid crystal display device (LCD), a speaker etc.; a storage portion 608 comprising a hard disk and the like; and a communication portion 609 comprising a network interface card, such as a LAN card and a modem.
  • the communication portion 609 performs communication processes via a network, such as the Internet.
  • a drive 610 is also connected to the I/O interface 605 as required.
  • a removable medium 611 such as a magnetic disk, an optical disk, a magneto-optical disk, and a semiconductor memory, may be installed on the drive 610 , to facilitate the retrieval of a computer program from the removable medium 611 , and the installation thereof on the storage portion 608 as needed.
  • an embodiment of the present disclosure comprises a computer program product, which comprises a computer program that is tangibly embedded in a machine-readable medium.
  • the computer program comprises program codes for executing the method as illustrated in the flow chart.
  • the computer program may be downloaded and installed from a network via the communication portion 609 , and/or may be installed from the removable media 611 .
  • each block in the flow charts and block diagrams may represent a module, a program segment, or a code portion.
  • the module, the program segment, or the code portion comprises one or more executable instructions for implementing the specified logical function.
  • the functions denoted by the blocks may occur in a sequence different from the sequences shown in the figures. For example, in practice, two blocks in succession may be executed, depending on the involved functionalities, substantially in parallel, or in a reverse sequence.
  • each block in the block diagrams and/or the flow charts and/or a combination of the blocks may be implemented by a dedicated hardware-based system executing specific functions or operations, or by a combination of a dedicated hardware and computer instructions.
  • the present disclosure further provides a non-volatile computer storage medium.
  • the non-volatile computer storage medium may be the non-volatile computer storage medium included in the apparatus in the above embodiments, or a stand-alone non-volatile computer storage medium which has not been assembled into the apparatus.
  • the non-volatile computer storage medium stores one or more programs.
  • the one or more programs when executed by a device, cause the device to: select, in a programmable read-only memory, a storage space for storing a preset data section in an executable file of an application, wherein the preset data section is a data section loaded into, and executed in the programmable read-only memory, when the application is loaded; copy the preset data section to a memory, and relocate the preset data section based on a start address of the storage space; copying the relocated preset data section to the storage space to load the application.
  • inventive scope of the present disclosure is not limited to the technical solutions formed by the particular combinations of the above technical features.
  • inventive scope should also cover other technical solutions formed by any combinations of the above technical features or equivalent features thereof without departing from the concept of the invention, such as, technical solutions formed by replacing the features as disclosed in the present disclosure with (but not limited to), technical features with similar functions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
US15/564,412 2015-12-25 2016-06-17 Method and apparatus for loading application Expired - Fee Related US11086638B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
CN201510994261.4 2015-12-25
CN201510994261.4A CN105426223B (zh) 2015-12-25 2015-12-25 应用加载方法和装置
PCT/CN2016/086217 WO2017107415A1 (fr) 2015-12-25 2016-06-17 Procédé et dispositif de chargement d'application

Publications (2)

Publication Number Publication Date
US20180329725A1 US20180329725A1 (en) 2018-11-15
US11086638B2 true US11086638B2 (en) 2021-08-10

Family

ID=55504451

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/564,412 Expired - Fee Related US11086638B2 (en) 2015-12-25 2016-06-17 Method and apparatus for loading application

Country Status (6)

Country Link
US (1) US11086638B2 (fr)
EP (1) EP3267308B1 (fr)
JP (1) JP6506412B2 (fr)
KR (1) KR101955145B1 (fr)
CN (1) CN105426223B (fr)
WO (1) WO2017107415A1 (fr)

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426223B (zh) 2015-12-25 2019-01-04 百度在线网络技术(北京)有限公司 应用加载方法和装置
CN106598674A (zh) * 2016-12-16 2017-04-26 中南大学 一种基于可重定位elf文件的软件快速加载方法
CN107450960A (zh) * 2017-09-18 2017-12-08 珠海亿智电子科技有限公司 一种对可执行elf文件重新链接和加载的方法
CN108241516B (zh) * 2018-02-09 2021-06-18 深圳科立讯通信有限公司 嵌入式系统程序加载方法、装置、计算机设备和存储介质
CN108874468B (zh) * 2018-06-20 2021-03-26 深圳市腾讯网络信息技术有限公司 应用程序的加载方法、装置、计算机设备及存储介质
CN109901891B (zh) * 2019-03-19 2022-06-14 北京智游网安科技有限公司 一种elf程序里添加数据的方法、存储介质及智能终端
CN110765027B (zh) * 2019-12-27 2020-04-10 中国人民解放军国防科技大学 一种pe文件地址定位系统
CN114090099B (zh) * 2020-08-03 2025-11-18 北京三六零智领科技有限公司 加固elf文件的加载方法、设备、存储介质及装置
CN116097218B (zh) * 2020-08-03 2025-08-22 华为技术有限公司 应用服务元数据编码和初始化
CN114692213B (zh) * 2020-12-30 2025-09-09 深圳Tcl新技术有限公司 数据防篡改方法、装置、智能终端及计算机可读存储介质
CN113032737B (zh) * 2021-03-15 2021-11-30 清华大学 软件的保护方法、装置、电子设备及存储介质
CN113821458B (zh) * 2021-09-18 2023-09-05 日立楼宇技术(广州)有限公司 一种数据操作方法、装置、计算机设备和存储介质
CN113849245B (zh) * 2021-09-23 2023-09-12 武汉深之度科技有限公司 一种应用程序运行方法、计算设备及存储介质
CN116107644B (zh) * 2022-12-08 2026-03-31 中船凌久电子(武汉)有限责任公司 一种基于dsp的实时操作系统启动时间优化方法
CN115934213A (zh) * 2022-12-28 2023-04-07 杭州和利时自动化有限公司 一种控制器栈调用方法、装置、设备及存储介质
CN117435257B (zh) * 2023-12-18 2024-02-27 美智纵横科技有限责任公司 系统加载方法及装置、存储介质、计算机程序产品和芯片

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5379398A (en) 1992-04-20 1995-01-03 International Business Machines Corporation Method and system for concurrent access during backup copying of data
US5581768A (en) 1995-02-27 1996-12-03 Intel Corporation Method and apparatus for executing applications in place from write once/seldom memories
US20030028733A1 (en) * 2001-06-13 2003-02-06 Hitachi, Ltd. Memory apparatus
US20050010911A1 (en) * 2003-07-12 2005-01-13 Samsung Electronics Co., Ltd. Shared library system and method of building the system
US20060179082A1 (en) * 2005-02-09 2006-08-10 Boyd Kenneth W Method, system and article of manufacture for metadata replication and restoration
US20060277541A1 (en) * 2005-06-07 2006-12-07 Sony Computer Entertainment America Inc. Relocatable component file format
CN101246427A (zh) 2007-02-15 2008-08-20 凌阳科技股份有限公司 应用程序可重定位加载的方法及地址重定位装置
CN101470619A (zh) 2007-12-29 2009-07-01 安凯(广州)软件技术有限公司 一种基于微核操作系统的应用程序动态加载方法
US20090276564A1 (en) * 2008-05-02 2009-11-05 Ling Jun Wong Systematic memory shift for pre-segmented memory
CN101661397A (zh) 2008-08-29 2010-03-03 宇龙计算机通信科技(深圳)有限公司 实现程序动态加载的方法和生成映射文件的方法及设备
US20120209895A1 (en) * 2009-11-04 2012-08-16 Zte Corporation Method and device for dynamically loading relocatable file
US20120222010A1 (en) * 2009-11-20 2012-08-30 Zte Corporation Loading and Debugging Method and Debugging System Thereof
US20130275688A1 (en) * 2012-04-13 2013-10-17 Sony Corporation Data processing device and method
US20150332043A1 (en) * 2014-05-15 2015-11-19 Auckland Uniservices Limited Application analysis system for electronic devices
CN105426223A (zh) 2015-12-25 2016-03-23 百度在线网络技术(北京)有限公司 应用加载方法和装置
US20170031696A1 (en) * 2015-07-27 2017-02-02 Mstar Semiconductor, Inc. Program code loading method of application and computing system using the same
US9974492B1 (en) * 2015-06-05 2018-05-22 Life365, Inc. Health monitoring and communications device

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH103385A (ja) * 1996-06-18 1998-01-06 Dainippon Printing Co Ltd Icカード及びアプリケーション・プログラム導入方法
US5923878A (en) * 1996-11-13 1999-07-13 Sun Microsystems, Inc. System, method and apparatus of directly executing an architecture-independent binary program
US6505297B1 (en) * 1998-09-09 2003-01-07 Hitachi, Ltd. IC card terminal device and installation of application program into IC card terminal device
JP3976106B2 (ja) * 1998-09-09 2007-09-12 株式会社日立製作所 アプリケーション登録端末システムおよび登録方法
US7415703B2 (en) * 2003-09-25 2008-08-19 International Business Machines Corporation Loading software on a plurality of processors
JP2005284963A (ja) * 2004-03-30 2005-10-13 Toshiba Corp プログラムローディング装置およびプログラムローディング方法
JP2006048431A (ja) * 2004-08-05 2006-02-16 Matsushita Electric Ind Co Ltd 動的リンクライブラリ処理装置
CN101484878B (zh) * 2006-07-18 2012-11-28 英特尔公司 为基于efi的固件中的预efi初始化模块使用全局变量的方法
CN101277265B (zh) * 2008-05-07 2011-05-04 浙江大学 一种无线传感网络中加速加载elf文件的方法

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5379398A (en) 1992-04-20 1995-01-03 International Business Machines Corporation Method and system for concurrent access during backup copying of data
US5581768A (en) 1995-02-27 1996-12-03 Intel Corporation Method and apparatus for executing applications in place from write once/seldom memories
US20030028733A1 (en) * 2001-06-13 2003-02-06 Hitachi, Ltd. Memory apparatus
US20050010911A1 (en) * 2003-07-12 2005-01-13 Samsung Electronics Co., Ltd. Shared library system and method of building the system
US20060179082A1 (en) * 2005-02-09 2006-08-10 Boyd Kenneth W Method, system and article of manufacture for metadata replication and restoration
US20060277541A1 (en) * 2005-06-07 2006-12-07 Sony Computer Entertainment America Inc. Relocatable component file format
CN101246427A (zh) 2007-02-15 2008-08-20 凌阳科技股份有限公司 应用程序可重定位加载的方法及地址重定位装置
CN101470619A (zh) 2007-12-29 2009-07-01 安凯(广州)软件技术有限公司 一种基于微核操作系统的应用程序动态加载方法
US20090276564A1 (en) * 2008-05-02 2009-11-05 Ling Jun Wong Systematic memory shift for pre-segmented memory
CN101661397A (zh) 2008-08-29 2010-03-03 宇龙计算机通信科技(深圳)有限公司 实现程序动态加载的方法和生成映射文件的方法及设备
US20120209895A1 (en) * 2009-11-04 2012-08-16 Zte Corporation Method and device for dynamically loading relocatable file
US20120222010A1 (en) * 2009-11-20 2012-08-30 Zte Corporation Loading and Debugging Method and Debugging System Thereof
US20130275688A1 (en) * 2012-04-13 2013-10-17 Sony Corporation Data processing device and method
CN103377131A (zh) 2012-04-13 2013-10-30 索尼公司 数据处理装置和方法
US20150332043A1 (en) * 2014-05-15 2015-11-19 Auckland Uniservices Limited Application analysis system for electronic devices
US9974492B1 (en) * 2015-06-05 2018-05-22 Life365, Inc. Health monitoring and communications device
US20170031696A1 (en) * 2015-07-27 2017-02-02 Mstar Semiconductor, Inc. Program code loading method of application and computing system using the same
CN105426223A (zh) 2015-12-25 2016-03-23 百度在线网络技术(北京)有限公司 应用加载方法和装置

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
Dong, et al., "Enabling efficient reprogramming through reduction of executable modules in networked embedded systems," d Hoc Networks 11, pp. 473-489 (2013).
International Search Report and Written Opinion dated Oct. 10, 2016 for International Application No. PCT/CN2016/086217, 11 pages.
Kim, et al., "LASER: Latency-Aware Segment Relocation for non-volatile memory," Journal of Systems Architecture 61, pp. 367-373 (2015).
Koshy, "Remote incremental linking for energy-efficient reprogramming of sensor networks," Department of Computer Science, University of California Davis, pp. 354-365 (2005).
Park, et al., "Quasistatic shared libraries and XIP of memory footprint reduction in MMU-less embedded systems," ACM Transactions on Embedded Computing Systems, vol. 8, No. 1, Article 6, Dec. 2008, 27 pages.
Zhang, et al., "SecGOT secure clobal offset tables in ELF excutables," Proceedings of the 2nd International Conference on Computer Science and Electronics Engineering (ICCSEE 2013), 4 pages.

Also Published As

Publication number Publication date
CN105426223B (zh) 2019-01-04
CN105426223A (zh) 2016-03-23
JP2018511132A (ja) 2018-04-19
KR20170123337A (ko) 2017-11-07
EP3267308A1 (fr) 2018-01-10
EP3267308B1 (fr) 2022-07-27
JP6506412B2 (ja) 2019-04-24
EP3267308A4 (fr) 2018-07-25
KR101955145B1 (ko) 2019-03-06
WO2017107415A1 (fr) 2017-06-29
US20180329725A1 (en) 2018-11-15

Similar Documents

Publication Publication Date Title
US11086638B2 (en) Method and apparatus for loading application
US11003625B2 (en) Method and apparatus for operating on file
CN106598667B (zh) 用于修复内核漏洞的方法和装置
CN107729083B (zh) 一种加载驱动程序的方法及嵌入式设备
US20140324873A1 (en) Method, device and recording medium for managing application icon
CN111443912B (zh) 基于组件的页面渲染方法、装置、计算机设备和存储介质
CN105893409A (zh) 文件下载方法及装置
CN107797820B (zh) 用于生成补丁的方法和装置
CN105681166B (zh) 一种信息分享方法和装置
CN105760201A (zh) 一种嵌入式装置的启动方法和装置
CN108595191A (zh) 一种应用安装方法及装置
CN104268229A (zh) 一种基于多进程浏览器的资源获得方法及装置
CN108647032A (zh) 应用加载方法及装置、计算机装置和计算机可读存储介质
CN106294387B (zh) 数据迁移方法和装置
CN114942863A (zh) 一种级联快照处理方法、装置、设备及存储介质
US8769498B2 (en) Warning of register and storage area assignment errors
JP2016062311A (ja) 更新装置及び情報処理方法
CN107784204B (zh) 应用脱壳方法和装置
CN107688474A (zh) 启动方法、生成内核镜像的方法及装置
US10152255B2 (en) Accelerated loading of guest virtual machine from live snapshot
CN112947846B (zh) 对象存储系统的批处理任务执行方法、装置及电子设备
US20040254986A1 (en) Information processing apparatus and program
CN106843775A (zh) 一种数据写入方法及系统
CN113641449A (zh) 镜像下载控制方法及装置、设备和存储介质
US10067945B2 (en) File and move data to shrink datafiles

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: ADVISORY ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20250810