OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:obj_file
(Results
1 - 11
of
11
) sorted by null
/external/google-breakpad/src/common/linux/
dump_symbols.h
59
// Find all the debugging information in
OBJ_FILE
, an ELF executable
62
// If
OBJ_FILE
has been stripped but contains a .gnu_debuglink section,
65
bool WriteSymbolFile(const string &
obj_file
,
73
bool ReadSymbolData(const string&
obj_file
,
dump_symbols.cc
367
bool LoadELF(const string&
obj_file
, MmapWrapper* map_wrapper,
369
int obj_fd = open(
obj_file
.c_str(), O_RDONLY);
372
obj_file
.c_str(), strerror(errno));
379
obj_file
.c_str(), strerror(errno));
386
obj_file
.c_str(), strerror(errno));
392
fprintf(stderr, "Not a valid ELF file: %s\n",
obj_file
.c_str());
430
const string&
obj_file
,
443
if (!realpath(
obj_file
.c_str(), obj_file_abspath)) {
444
fprintf(stderr, "Cannot resolve absolute path for %s\n",
obj_file
.c_str());
501
obj_file
.c_str())
[
all
...]
dump_symbols_unittest.cc
50
bool ReadSymbolDataInternal(const uint8_t*
obj_file
,
/external/google-breakpad/src/common/solaris/
dump_symbols.h
43
bool WriteSymbolFile(const std::string &
obj_file
,
dump_symbols.cc
482
bool WriteModuleInfo(int fd, GElf_Half arch, const std::string &
obj_file
) {
496
google_breakpad::FileID file_id(
obj_file
.c_str());
501
std::string filename =
obj_file
;
502
size_t slash_pos =
obj_file
.find_last_of("/");
504
filename =
obj_file
.substr(slash_pos + 1);
639
bool DumpSymbols::WriteSymbolFile(const std::string &
obj_file
, int sym_fd) {
645
int obj_fd = open(
obj_file
.c_str(), O_RDONLY);
674
if (WriteModuleInfo(sym_fd, elf_header.e_machine,
obj_file
) &&
/external/icu/icu4c/source/test/depstest/
depstest.py
107
obj_file
= _obj_files[file_name]
108
imports |=
obj_file
["imports"]
109
exports |=
obj_file
["exports"]
/external/iproute2/tc/
e_bpf.c
32
fprintf(stderr, " `... [ object-file
OBJ_FILE
] [ type TYPE ] [ section NAME ] [ verbose ]\n");
38
fprintf(stderr, "Where MAP_FILE points to a pinned map,
OBJ_FILE
to an object file\n");
/development/ndk/sources/android/ndk_helper/
JNIHelper.cpp
368
jobject
obj_File
= env->CallObjectMethod( activity_->clazz, mid, NULL );
371
jstring obj_Path = (jstring) env->CallObjectMethod(
obj_File
, mid_getPath );
/external/mesa3d/scons/
crossmingw.py
154
obj_file
= env2.SharedObject(c_file)
/external/harfbuzz_ng/win32/
build-rules-msvc.mak
107
# $(
obj_file
):
/external/iproute2/man/man8/
tc-bpf.8
10
OBJ_FILE
] [
27
OBJ_FILE
] [
Completed in 2006 milliseconds