Home
last modified time | relevance | path

Searched refs:entry_addr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dvax-dis.c112 static bfd_vma * entry_addr = NULL; variable
134 entry_addr = realloc (entry_addr, sizeof (bfd_vma) in parse_disassembler_options()
138 if (entry_addr == NULL) in parse_disassembler_options()
141 entry_addr[entry_addr_occupied_slots] = bfd_scan_vma (options, NULL, 0); in parse_disassembler_options()
164 if (entry_addr)
166 free (entry_addr);
167 entry_addr = NULL;
192 if (entry_addr[i] == addr) in is_function_entry()
H A DChangeLog-2005901 * vax-dis.c: (entry_addr): New varible: An array of user supplied
904 elements in entry_addr.
906 elements in entry_addr.
907 (parse_disassembler_options): New function. Fills in the entry_addr
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dpa64solib.c1014 CORE_ADDR entry_addr; in read_dynamic_info() local
1025 for (bufend = buf + dyninfo_sect_size, entry_addr = dyninfo_addr; in read_dynamic_info()
1027 buf += sizeof (Elf64_Dyn), entry_addr += sizeof (Elf64_Dyn)) in read_dynamic_info()
1045 dld_cache_p->dld_flags_addr = entry_addr + offsetof(Elf64_Dyn, d_un); in read_dynamic_info()
1058 if (target_read_memory (entry_addr + offsetof(Elf64_Dyn, in read_dynamic_info()
H A Dsolib-svr4.c308 CORE_ADDR dyninfo_addr, relocated_dyninfo_addr, entry_addr; in elf_locate_base() local
315 if (target_auxv_search (&current_target, AT_ENTRY, &entry_addr) != 1) in elf_locate_base()
318 entry_addr = bfd_get_start_address (exec_bfd); in elf_locate_base()
328 + entry_addr - bfd_get_start_address(exec_bfd); in elf_locate_base()
H A Dobjfiles.c263 CORE_ADDR entry_addr = symfile_objfile ? symfile_objfile->ei.entry_point : 0; in entry_point_address() local
267 target_auxv_search (&current_target, AT_ENTRY, &entry_addr); in entry_point_address()
268 return entry_addr; in entry_point_address()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2664 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local
2665 if (entry_addr.IsValid()) in GetEntryPointAddress()
2666 return entry_addr; in GetEntryPointAddress()
2676 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local
2677 if (entry_addr.IsValid()) in GetEntryPointAddress()
2678 return entry_addr; in GetEntryPointAddress()